Skip to content

Commit

Permalink
remove google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia committed Nov 3, 2023
1 parent c2568d3 commit 680640c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/NuGetTrends.Web/Portal/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,5 @@
</head>
<body>
<app-root class="site"></app-root>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128945661-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-128945661-1');
</script>
</body>
</html>

0 comments on commit 680640c

Please sign in to comment.