There was an error while loading. Please reload this page.
1 parent a178a99 commit 3688015Copy full SHA for 3688015
1 file changed
docs/site/index.html
@@ -49,6 +49,14 @@
49
</script>
50
51
<link rel="stylesheet" href="style.css">
52
+<!-- Google Analytics 4 -->
53
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
54
+<script>
55
+ window.dataLayer = window.dataLayer || [];
56
+ function gtag(){dataLayer.push(arguments);}
57
+ gtag('js', new Date());
58
+ gtag('config', 'G-XXXXXXXXXX');
59
+</script>
60
</head>
61
<body>
62
0 commit comments