Skip to content

Commit 6858bdf

Browse files
authored
Configure new GA4 analytics ID
Work done as a part of: - cncf/sandbox#141 - https://cncfservicedesk.atlassian.net/browse/CNCFSD-2686 Signed-off-by: Patrice Chalin <[email protected]>
1 parent 423a6cf commit 6858bdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runatlantis.io/.vitepress/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const config = defineConfig({
9393
// google analytics
9494
[
9595
'script',
96-
{ async: '', src: 'https://www.googletagmanager.com/gtag/js?id=UA-6850151-3' }
96+
{ async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-PGYBJTZMP2' }
9797
],
9898
[
9999
'script',
@@ -102,7 +102,7 @@ const config = defineConfig({
102102
function gtag(){dataLayer.push(arguments);}
103103
gtag('js', new Date());
104104
105-
gtag('config', 'UA-6850151-3');`
105+
gtag('config', 'G-PGYBJTZMP2');`
106106
],
107107
[
108108
'script',

0 commit comments

Comments
 (0)