From 14c52f5e71d538fa38671366c9ade2733ea042a7 Mon Sep 17 00:00:00 2001 From: Anthony GAEREMYNCK <1@anthony.sh> Date: Tue, 11 Aug 2026 09:08:00 +0200 Subject: [PATCH] add posthog --- src/layouts/BaseLayout.astro | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/layouts/BaseLayout.astro b/src/layouts/BaseLayout.astro index 9c20ad9..b2059c2 100644 --- a/src/layouts/BaseLayout.astro +++ b/src/layouts/BaseLayout.astro @@ -39,6 +39,15 @@ const frURL = locale === 'fr' ? canonicalURL : alternateURL; document.documentElement.setAttribute('data-theme', theme); })(); +