Skip to content

Commit 5f88c8f

Browse files
fixed gtag
1 parent 5771feb commit 5f88c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default function RootLayout({
5555
window.dataLayer = window.dataLayer || [];
5656
function gtag(){dataLayer.push(arguments);}
5757
gtag('js', new Date());
58-
gtag('config', 'G-8NNCCEN53X');
58+
gtag('config', 'G-CV2G2EG0KJ');
5959
`,
6060
}}
6161
/>

0 commit comments

Comments
 (0)