Fix: extract goatcounter to update hash

This commit is contained in:
Pieter Vander Vennet 2025-06-04 21:15:53 +02:00
parent 74e15527ef
commit a22946e34a
10 changed files with 24 additions and 25 deletions

View file

@ -41,9 +41,7 @@
<body>
<div id="maindiv" class="h-screen"></div>
<script type="module" src="./src/notfound.ts"></script>
<script async data-goatcounter="https://pietervdvn.goatcounter.com/count" src="//gc.zgo.at/count.js"
crossorigin="anonymous"
integrity="sha384-CpAs0JV3n+/AHsDCOxNKSnFtYyKUX6mj7BrGrvXvUvW2A/a3B31dMZD+wfNzTAJT"></script>
<script src="./src/loadGoatcounter.js"></script>
</body>
</html>