Test PostHog with EU cloud host to isolate proxy issue

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

View File

@@ -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',
})