diff --git a/components/PostHogProvider.tsx b/components/PostHogProvider.tsx index 11506e4..dc83050 100644 --- a/components/PostHogProvider.tsx +++ b/components/PostHogProvider.tsx @@ -7,7 +7,7 @@ import posthog from 'posthog-js' export default function PostHogProvider({ children }: { children: React.ReactNode }) { useEffect(() => { posthog.init('phc_BHgg9S7CQqVShe7EMCdi86PxA49qcNaTsR9Nn5EGxRCT', { - api_host: 'https://analytics.hyggecraftery.com', + api_host: 'https://eu.posthog.com', capture_pageview: false, persistence: 'memory', })