Skip to content

Commit 9f66d19

Browse files
authored
Merge pull request #25 from gnolang/feat/analytics
feat: add simpleanalytics
2 parents df6e19a + 4fb1ea3 commit 9f66d19

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
<div id="app"></div>
2525
<script type="module" src="/src/main.ts"></script>
2626
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
27+
<!-- 100% privacy-first analytics -->
28+
<script async defer src="https://sa.gno.services/latest.js"></script>
29+
<noscript><img src="https://sa.gno.services/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
2730
</body>
2831
</html>

src/components/layout/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ const socials = [
3939
link: 'https://www.linkedin.com/company/gnoland/',
4040
},
4141
]
42-
</script>
42+
</script>

0 commit comments

Comments
 (0)