fix
This commit is contained in:
@@ -33,10 +33,10 @@ import Footer from "./_components/Footer.astro";
|
||||
gtag("js", new Date());
|
||||
|
||||
gtag("consent", "default", {
|
||||
ad_storage: "denied",
|
||||
ad_user_data: "denied",
|
||||
ad_personalization: "denied",
|
||||
analytics_storage: "denied",
|
||||
ad_storage: "granted",
|
||||
ad_user_data: "granted",
|
||||
ad_personalization: "granted",
|
||||
analytics_storage: "granted",
|
||||
});
|
||||
|
||||
gtag("config", "G-G2989LF493");
|
||||
|
||||
Reference in New Issue
Block a user