fixt
This commit is contained in:
@@ -19,26 +19,19 @@ import Footer from "./_components/Footer.astro";
|
||||
</slot>
|
||||
|
||||
<script
|
||||
data-category="analytics"
|
||||
is:inline
|
||||
type="text/partytown"
|
||||
data-category="analytics"
|
||||
src="https://www.googletagmanager.com/gtag/js?id=G-G2989LF493"
|
||||
></script>
|
||||
|
||||
<script is:inline type="text/partytown" data-category="analytics">
|
||||
<script data-category="analytics" is:inline type="text/partytown">
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("js", new Date());
|
||||
|
||||
// gtag("consent", "default", {
|
||||
// ad_storage: "denied",
|
||||
// ad_user_data: "denied",
|
||||
// ad_personalization: "denied",
|
||||
// analytics_storage: "denied",
|
||||
// });
|
||||
|
||||
gtag("config", "G-G2989LF493");
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user