Drop goatcounter

This commit is contained in:
Pieter Vander Vennet 2025-06-19 16:08:29 +02:00
parent 673cf95119
commit 5851fecffd
12 changed files with 5 additions and 36 deletions

View file

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, user-scalable=no" name="viewport">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'self' https://gc.zgo.at/; img-src *; connect-src 'self' https://www.openstreetmap.org/ https://api.openstreetmap.org/;">
content="default-src 'self'; script-src 'self' ; img-src *; connect-src 'self' https://www.openstreetmap.org/ https://api.openstreetmap.org/;">
<link href="./css/mobile.css" rel="stylesheet" />
<link href="./css/tagrendering.css" rel="stylesheet" />
<link href="./css/index-tailwind-output.css" rel="stylesheet" />
@ -41,7 +41,6 @@
<body>
<div id="maindiv" class="h-screen"></div>
<script type="module" src="./src/notfound.ts"></script>
<script src="./src/loadGoatcounter.js"></script>
</body>
</html>