Add Plausible analytics proxied via /implausibly/

Script and API calls route through /implausibly/ reverse proxy
to avoid ad blockers while keeping analytics privacy-friendly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ole-Morten Duesund 2026-03-18 09:09:39 +01:00
commit 996b8c9a90

View file

@ -17,6 +17,12 @@
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anybody:wght@400;700;900&family=IBM+Plex+Mono:wght@400;600&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Anybody:wght@400;700;900&family=IBM+Plex+Mono:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<!-- Privacy-friendly analytics by Plausible (proxied via /implausibly/) -->
<script async src="/implausibly/js/pa-PsYdseBlB0-XWi0fXEZ3j.js"></script>
<script>
window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};
plausible.init({apiHost:"/implausibly"})
</script>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>