update
This commit is contained in:
@@ -41,6 +41,20 @@ import Footer from "./_components/Footer.astro";
|
||||
|
||||
gtag("config", "G-GSTQ17E9DJ");
|
||||
</script>
|
||||
|
||||
<!--- enable analytics when "analytics" category is selected --->
|
||||
<script type="text/plain" data-cookiecategory="analytics">
|
||||
gtag("consent", "update", {
|
||||
analytics_storage: "granted",
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--- enable ads when "ads" category is selected --->
|
||||
<script type="text/plain" data-cookiecategory="ads">
|
||||
gtag("consent", "update", {
|
||||
ad_storage: "granted",
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user