Skip to content

Commit

Permalink
change: update posthog url
Browse files Browse the repository at this point in the history
  • Loading branch information
macjuul committed Apr 24, 2024
1 parent 1f242a0 commit 7b8f018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default defineConfig({
'import.meta.env.VERSION': `"${version}"`,
'import.meta.env.SDB_VERSION': `"${surreal}"`,
'import.meta.env.POSTHOG_KEY': `"phc_BWVuHaJuhnFi3HthLhb9l8opktRrNeFHVnisZdQ5404"`,
'import.meta.env.POSTHOG_URL': `"https://eu.posthog.com"`,
'import.meta.env.POSTHOG_URL': `"https://eu.i.posthog.com"`,
},
optimizeDeps: {
exclude: ['surrealdb.wasm', 'surrealql.wasm'],
Expand Down

0 comments on commit 7b8f018

Please sign in to comment.