Skip to content

Commit 0710ce3

Browse files
committed
refactor(Google Analytics): Disable analytics for now
1 parent ccf2850 commit 0710ce3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
</div>
2323
</app-root>
2424
<!-- Global site tag (gtag.js) - Google Analytics -->
25-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60139603-2"></script>
26-
<script>
27-
window.dataLayer = window.dataLayer || [];
28-
function gtag(){dataLayer.push(arguments);}
29-
gtag('js', new Date());
25+
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-60139603-2"></script>-->
26+
<!-- <script>-->
27+
<!-- window.dataLayer = window.dataLayer || [];-->
28+
<!-- function gtag(){dataLayer.push(arguments);}-->
29+
<!-- gtag('js', new Date());-->
3030

31-
gtag('config', 'UA-60139603-2');
32-
</script>
31+
<!-- gtag('config', 'UA-60139603-2');-->
32+
<!-- </script>-->
3333
</body>
3434
</html>

0 commit comments

Comments
 (0)