Skip to content

Commit bf10c76

Browse files
authored
Merge pull request #18 from NetLogo/ga-fix
try fixing google analytics
2 parents b76d823 + 86e5c52 commit bf10c76

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/layouts/Layout.astro

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ const { navigation_sections } = navData;
2727
}
2828
gtag("js", new Date());
2929

30-
// This should ALWAYS be set before the gtag("config", "G-XXXXXXXXXX"); line
31-
gtag("consent", "default", {
32-
ad_storage: "denied",
33-
ad_user_data: "denied",
34-
ad_personalization: "denied",
35-
analytics_storage: "denied",
36-
});
37-
3830
gtag("config", "G-N5CY0TR3R2");
3931
</script>
4032
</head>

0 commit comments

Comments
 (0)