fix
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user