We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d434f13 commit a624519Copy full SHA for a624519
1 file changed
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=G-K2NM0VD3NC"
+ src="https://www.googletagmanager.com/gtag/js?id=GTM-59NC3L65"
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", "G-K2NM0VD3NC");
+ gtag("config", "GTM-59NC3L65");
102
</script>
103
<style is:global>
104
* {
0 commit comments