Skip to content

Commit 57f314a

Browse files
authored
Update tracking scripts in index.html
Comment out Google Tag Manager script and add Umami script. Signed-off-by: Tutos Rive <108991712+tutosrive@users.noreply.github.com>
1 parent 1a38918 commit 57f314a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@
4545
<link rel="stylesheet" href="./src/assets/css/index.css" />
4646
<script type="module" src="./src/assets/js/main.js" defer></script>
4747

48-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script>
48+
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=G-74L9F7VNLD"></script>
4949
<script>
5050
window.dataLayer = window.dataLayer || [];
5151
function gtag() {
5252
dataLayer.push(arguments);
5353
}
5454
gtag('js', new Date());
5555
gtag('config', 'G-74L9F7VNLD');
56-
</script>
56+
</script>-->
57+
<script defer src="https://cloud.umami.is/script.js" data-website-id="5c66e72e-5dad-4096-94de-91cadbb80590"></script>
5758

5859
<!-- robots.txt -->
5960
<meta name="robots" content="index, follow" />
@@ -271,4 +272,4 @@ <h2 class="text-center text-3xl mb-10">Projects Repositories</h2>
271272
</script>
272273
</body>
273274

274-
</html>
275+
</html>

0 commit comments

Comments
 (0)