From 4481bb327682749d6c2307f7c75abc354eecad4a Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Fri, 17 Apr 2026 13:40:37 +0200 Subject: [PATCH] oops --- site/src/components/posthog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/src/components/posthog.astro b/site/src/components/posthog.astro index abc3330..e83198b 100644 --- a/site/src/components/posthog.astro +++ b/site/src/components/posthog.astro @@ -6,5 +6,7 @@ posthog.init('phc_rzLVwu5RRWhbJqQqpgcsNHyIaZOUs3Pw5laOq1sTdtI', { api_host: 'https://hogpost.samber.dev', defaults: '2026-01-30', + disable_session_recording: true, + // autocapture: false, });