Switch PostHog persistence to memory
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ export default function PostHogProvider({ children }: { children: React.ReactNod
|
|||||||
posthog.init('phc_BHgg9S7CQqVShe7EMCdi86PxA49qcNaTsR9Nn5EGxRCT', {
|
posthog.init('phc_BHgg9S7CQqVShe7EMCdi86PxA49qcNaTsR9Nn5EGxRCT', {
|
||||||
api_host: 'https://analytics.hyggecraftery.com',
|
api_host: 'https://analytics.hyggecraftery.com',
|
||||||
capture_pageview: false,
|
capture_pageview: false,
|
||||||
persistence: 'localStorage',
|
persistence: 'memory',
|
||||||
})
|
})
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user