From 0f652e76ec3a93d084eb905cdeb7b46f09b6714a Mon Sep 17 00:00:00 2001 From: Gerome Grignon Date: Mon, 2 Mar 2026 15:39:27 +0100 Subject: [PATCH 1/9] fix: update Kapa widget website ID in CustomHead component - Changed the data-website-id attribute for the Kapa widget to ensure proper functionality and tracking. - This update aligns with the latest requirements for the widget integration. --- src/components/ui/CustomHead.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/CustomHead.astro b/src/components/ui/CustomHead.astro index c4f652d..899d325 100644 --- a/src/components/ui/CustomHead.astro +++ b/src/components/ui/CustomHead.astro @@ -6,7 +6,7 @@ const { head } = Astro.locals.starlightRoute;