Skip to content

Commit

Permalink
Remove the gtag
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisJensen95 committed Apr 14, 2024
1 parent aa7a7ec commit 7ed3569
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions apps/frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>



<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KS2FGJLHFS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-KS2FGJLHFS');
</script>

<body>
<app-root></app-root>
</body>
Expand Down

0 comments on commit 7ed3569

Please sign in to comment.