Skip to content

Commit 96cfa28

Browse files
committed
fix gta
1 parent d582a28 commit 96cfa28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .vitepress/config/shared.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ const head: HeadConfig[] = [
3232
},
3333
],
3434
// Google Analytics
35-
["script", { async: "", src: "https://www.googletagmanager.com/gtag/js?id=G-Q1FN9GDBXP" }],
35+
["script", { async: "", src: "https://www.googletagmanager.com/gtag/js?id=G-X7WQ091KL7" }],
3636
[
3737
"script",
3838
{},
3939
`window.dataLayer = window.dataLayer || [];
4040
function gtag(){dataLayer.push(arguments);}
4141
gtag('js', new Date());
42-
gtag('config', 'G-Q1FN9GDBXP');`,
42+
gtag('config', 'G-X7WQ091KL7');`,
4343
],
4444
["link", { rel: "canonical", href: 'href="https://oxc.rs"' }],
4545
];

0 commit comments

Comments
 (0)