We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 970ceb4 + aebd24f commit 280584aCopy full SHA for 280584a
components/scripts.tsx
@@ -90,7 +90,7 @@ function Posthog() {
90
}
91
92
posthog.init(process.env.NEXT_PUBLIC_POSTHOG_KEY ?? '', {
93
- api_host: isProd ? '/ingest' : process.env.NEXT_PUBLIC_POSTHOG_HOST, // See Posthog rewrites in next config
+ api_host: isProd ? '/i' : process.env.NEXT_PUBLIC_POSTHOG_HOST, // See Posthog rewrites in next config
94
ui_host: process.env.NEXT_PUBLIC_POSTHOG_HOST,
95
person_profiles: 'always',
96
loaded: (posthog) => {
0 commit comments