Skip to content

Commit a624519

Browse files
committed
✅ Changed GTAG
1 parent d434f13 commit a624519

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/layouts/layout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ import { ViewTransitions } from "astro:transitions";
8989
<script
9090
type="text/partytown"
9191
async
92-
src="https://www.googletagmanager.com/gtag/js?id=G-K2NM0VD3NC"
92+
src="https://www.googletagmanager.com/gtag/js?id=GTM-59NC3L65"
9393
></script>
9494
<script is:inline data-astro-rerun type="text/partytown">
9595
window.dataLayer = window.dataLayer || [];
@@ -98,7 +98,7 @@ import { ViewTransitions } from "astro:transitions";
9898
}
9999
gtag("js", new Date());
100100

101-
gtag("config", "G-K2NM0VD3NC");
101+
gtag("config", "GTM-59NC3L65");
102102
</script>
103103
<style is:global>
104104
* {

0 commit comments

Comments
 (0)