Switch PostHog persistence to memory

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Tim Leikauf
2026-07-01 21:16:15 +02:00
parent f487189a19
commit 8601119f64

View File

@@ -9,7 +9,7 @@ export default function PostHogProvider({ children }: { children: React.ReactNod
posthog.init('phc_BHgg9S7CQqVShe7EMCdi86PxA49qcNaTsR9Nn5EGxRCT', {
api_host: 'https://analytics.hyggecraftery.com',
capture_pageview: false,
persistence: 'localStorage',
persistence: 'memory',
})
}, [])