We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423a6cf commit 6858bdfCopy full SHA for 6858bdf
runatlantis.io/.vitepress/config.ts
@@ -93,7 +93,7 @@ const config = defineConfig({
93
// google analytics
94
[
95
'script',
96
- { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=UA-6850151-3' }
+ { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-PGYBJTZMP2' }
97
],
98
99
@@ -102,7 +102,7 @@ const config = defineConfig({
102
function gtag(){dataLayer.push(arguments);}
103
gtag('js', new Date());
104
105
- gtag('config', 'UA-6850151-3');`
+ gtag('config', 'G-PGYBJTZMP2');`
106
107
108
0 commit comments