Skip to content

Commit 3ad2696

Browse files
committed
🕛Analytics not working fix attempt
1 parent a624519 commit 3ad2696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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=GTM-59NC3L65"
92+
src="https://www.googletagmanager.com/gtag/js?id=G-K2NM0VD3NC"
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", "GTM-59NC3L65");
101+
gtag("config", "G-K2NM0VD3NC");
102102
</script>
103103
<style is:global>
104104
* {

0 commit comments

Comments
 (0)