Integrate Umami analytics (privacy-friendly, cookieless)
CI / build-and-test (push) Has been cancelled
CI / build-and-test (push) Has been cancelled
- Add the Umami tracking snippet to index.html (rides into prerendered pages too). - Allow https://fickanalytics.phluit.net in the prod CSP script-src and connect-src so the script loads and can send events.
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<!-- Umami analytics (privacy-friendly, cookieless — no consent gate needed) -->
|
||||
<script defer src="https://fickanalytics.phluit.net/script.js" data-website-id="fd1bdcd3-b73a-42dd-a17a-50578ecff7ec"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
Reference in New Issue
Block a user