From 9dce565329f5658b122ceed3bf44184a08be1a65 Mon Sep 17 00:00:00 2001 From: Ole-Morten Duesund Date: Wed, 18 Mar 2026 12:02:33 +0100 Subject: [PATCH] Fix Plausible proxy paths to match Caddy snippet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The (implausibly) Caddy snippet matches /js/script.js and /api/event at the root — the snippet name is not a URL prefix. Remove the erroneous /implausibly/ path prefix from both the script src and the event endpoint. Co-Authored-By: Claude Opus 4.6 (1M context) --- public/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 9b4879e..8e89e76 100644 --- a/public/index.html +++ b/public/index.html @@ -17,12 +17,12 @@ - - + +