This commit is contained in:
2025-05-02 21:26:40 -03:00
parent 9574918b09
commit 03e552089a

View File

@@ -33,10 +33,10 @@ import Footer from "./_components/Footer.astro";
gtag("js", new Date()); gtag("js", new Date());
gtag("consent", "default", { gtag("consent", "default", {
ad_storage: "denied", ad_storage: "granted",
ad_user_data: "denied", ad_user_data: "granted",
ad_personalization: "denied", ad_personalization: "granted",
analytics_storage: "denied", analytics_storage: "granted",
}); });
gtag("config", "G-G2989LF493"); gtag("config", "G-G2989LF493");