This commit is contained in:
2025-05-02 12:57:24 -03:00
parent bc0488215f
commit e36fdf8270
2 changed files with 69 additions and 13 deletions

View File

@@ -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>