Skip to content

Commit 33643f4

Browse files
committed
replace analytics
1 parent 3b93343 commit 33643f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<head>
55

66
<!-- Global site tag (gtag.js) - Google Analytics -->
7-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-215562771-1"></script>
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-SMB9YNHT28"></script>
89
<script>
910
window.dataLayer = window.dataLayer || [];
1011
function gtag(){dataLayer.push(arguments);}
1112
gtag('js', new Date());
1213

13-
gtag('config', 'UA-215562771-1');
14+
gtag('config', 'G-SMB9YNHT28');
1415
</script>
1516

1617
<meta charset="utf-8">

0 commit comments

Comments
 (0)