From e0375dd15f96389fd398cc08e85d11542bf1092b Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Wed, 10 Jun 2026 23:18:10 +0200 Subject: [PATCH] www: add Umami analytics --- src/layouts/Base.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 63947dd..5c9a0d2 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -26,6 +26,7 @@ const themes = ["dark", "light"] as const;