We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ad50d commit b1b96beCopy full SHA for b1b96be
docs/.vitepress/config.mts
@@ -67,7 +67,7 @@ export default defineConfig({
67
'script',
68
{
69
async: '',
70
- src: 'https://www.googletagmanager.com/gtag/js?id=G-Z93HBDFESL',
+ src: 'https://www.googletagmanager.com/gtag/js?id=G-D6N7TDQ4DS',
71
},
72
],
73
[
@@ -76,7 +76,7 @@ export default defineConfig({
76
`window.dataLayer = window.dataLayer || [];
77
function gtag(){dataLayer.push(arguments);}
78
gtag('js', new Date());
79
- gtag('config', 'G-Z93HBDFESL');`,
+ gtag('config', 'G-D6N7TDQ4DS');`,
80
81
82
})
0 commit comments