We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a624519 commit 3ad2696Copy full SHA for 3ad2696
src/layouts/layout.astro
@@ -89,7 +89,7 @@ import { ViewTransitions } from "astro:transitions";
89
<script
90
type="text/partytown"
91
async
92
- src="https://www.googletagmanager.com/gtag/js?id=GTM-59NC3L65"
+ src="https://www.googletagmanager.com/gtag/js?id=G-K2NM0VD3NC"
93
></script>
94
<script is:inline data-astro-rerun type="text/partytown">
95
window.dataLayer = window.dataLayer || [];
@@ -98,7 +98,7 @@ import { ViewTransitions } from "astro:transitions";
98
}
99
gtag("js", new Date());
100
101
- gtag("config", "GTM-59NC3L65");
+ gtag("config", "G-K2NM0VD3NC");
102
</script>
103
<style is:global>
104
* {
0 commit comments