From de2b0590760e41a5bd74f6ba5f128d92b38d27a4 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:28:43 +0200 Subject: [PATCH] www: add Umami analytics to docs (Starlight) --- astro.config.mjs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index e0404ec..43537ff 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -41,6 +41,16 @@ export default defineConfig({ }, ], customCss: [], + head: [ + { + tag: 'script', + attrs: { + src: 'https://cloud.umami.is/script.js', + 'data-website-id': '83b509e2-8cc4-430d-a0aa-876262ff4082', + defer: true, + }, + }, + ], }), ], });