Skip to content

Commit

Permalink
chore: setup simpleanalytics (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
moul authored Sep 24, 2023
1 parent 7d09c1c commit d97ae6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions signup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- 100% privacy-first analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
</body>
</html>
5 changes: 5 additions & 0 deletions web/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,10 @@
integrity="sha384-8Vi8VHwn3vjQ9eUHUxex3JSN/NFqUg3QbPyX8kWyb93+8AC/pPWTzj+nHtbC5bxD"
crossorigin="anonymous"
></script>
{{ if hugo.IsProduction }}
<!-- 100% privacy-first analytics -->
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
<noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript>
{{ end }}
</body>
</html>

0 comments on commit d97ae6f

Please sign in to comment.