Use assets.surfsense.com as PostHog host

This commit is contained in:
CREDO23 2026-04-07 20:20:56 +02:00
parent 8566b03c91
commit 556646fe97
3 changed files with 3 additions and 3 deletions

View file

@ -115,7 +115,7 @@ async function buildElectron() {
process.env.POSTHOG_KEY || desktopEnv.POSTHOG_KEY || ''
),
'process.env.POSTHOG_HOST': JSON.stringify(
process.env.POSTHOG_HOST || desktopEnv.POSTHOG_HOST || 'https://us.i.posthog.com'
process.env.POSTHOG_HOST || desktopEnv.POSTHOG_HOST || 'https://assets.surfsense.com'
),
},
};