Skip to content

Commit 7b8f018

Browse files
committed
change: update posthog url
1 parent 1f242a0 commit 7b8f018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default defineConfig({
5656
'import.meta.env.VERSION': `"${version}"`,
5757
'import.meta.env.SDB_VERSION': `"${surreal}"`,
5858
'import.meta.env.POSTHOG_KEY': `"phc_BWVuHaJuhnFi3HthLhb9l8opktRrNeFHVnisZdQ5404"`,
59-
'import.meta.env.POSTHOG_URL': `"https://eu.posthog.com"`,
59+
'import.meta.env.POSTHOG_URL': `"https://eu.i.posthog.com"`,
6060
},
6161
optimizeDeps: {
6262
exclude: ['surrealdb.wasm', 'surrealql.wasm'],

0 commit comments

Comments
 (0)