Skip to content

Commit 44d7e03

Browse files
committed
website: Update Google Analytics tag
1 parent 3167b1f commit 44d7e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636

3737

3838
<!-- Google tag (gtag.js) -->
39-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HYZ8GKWP5C"></script>
39+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6P5X7GV6EY"></script>
4040
<script>
4141
window.dataLayer = window.dataLayer || [];
4242
function gtag(){dataLayer.push(arguments);}
4343
gtag('js', new Date());
4444

45-
gtag('config', 'G-HYZ8GKWP5C');
45+
gtag('config', 'G-6P5X7GV6EY');
4646
</script>
4747
</head>
4848
<body>

0 commit comments

Comments
 (0)