Skip to content

Commit b1b96be

Browse files
committed
chore: small changes
1 parent 80ad50d commit b1b96be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default defineConfig({
6767
'script',
6868
{
6969
async: '',
70-
src: 'https://www.googletagmanager.com/gtag/js?id=G-Z93HBDFESL',
70+
src: 'https://www.googletagmanager.com/gtag/js?id=G-D6N7TDQ4DS',
7171
},
7272
],
7373
[
@@ -76,7 +76,7 @@ export default defineConfig({
7676
`window.dataLayer = window.dataLayer || [];
7777
function gtag(){dataLayer.push(arguments);}
7878
gtag('js', new Date());
79-
gtag('config', 'G-Z93HBDFESL');`,
79+
gtag('config', 'G-D6N7TDQ4DS');`,
8080
],
8181
],
8282
})

0 commit comments

Comments
 (0)