From 3f1f90e015bac60420c48aa3d9a10ffbca3ba87b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 29 Nov 2025 22:51:42 +0100 Subject: [PATCH] chore: configure umami tracking for production MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- config/production/hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/production/hugo.toml b/config/production/hugo.toml index c61b0b4..60542f0 100644 --- a/config/production/hugo.toml +++ b/config/production/hugo.toml @@ -5,3 +5,5 @@ baseURL = "https://pivoine.art/" [params.umami] enabled = true + websiteID = "9190b814-0480-498a-b5fe-1fe1dc162766" # Set your Umami website ID + src = "https://umami.pivoine.art/script.js" # Your Umami instance URL