We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df6e19a + 4fb1ea3 commit 9f66d19Copy full SHA for 9f66d19
index.html
@@ -24,5 +24,8 @@
24
<div id="app"></div>
25
<script type="module" src="/src/main.ts"></script>
26
<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>
30
</body>
31
</html>
src/components/layout/Footer.vue
@@ -39,4 +39,4 @@ const socials = [
39
link: 'https://www.linkedin.com/company/gnoland/',
40
},
41
]
42
-</script>
+</script>
0 commit comments