From 9e76643c2a0881f0dd1a61def89fdb13abe4d5c3 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Mon, 27 Apr 2026 11:05:46 -0500 Subject: [PATCH] fix: use site domain for plausible data-domain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #885 — the data-domain attribute must be the site domain (matches what Plausible has configured), not a Cloudflare Pages token. Co-Authored-By: Claude Opus 4.7 (1M context) --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index a011f7b7e..af18f6ef1 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -108,7 +108,7 @@ export default defineConfig({ "script", { defer: "", - "data-domain": "pa-9rbZ17iM0rSRarywoulSW", + "data-domain": "hk.jdx.dev", "data-api": "https://shrill.en.dev/f5f1/event", src: "https://shrill.en.dev/shrill/script.js", },