Bump app version + update posthog URL

This commit is contained in:
Jai A
2025-04-26 18:14:17 -07:00
parent ff4c7f47b2
commit 9e9fb0a9fc
6 changed files with 8 additions and 7 deletions

View File

@@ -1,8 +1,9 @@
import { posthog } from 'posthog-js'
export const initAnalytics = () => {
posthog.init('phc_hm2ihMpTAoE86xIm7XzsCB8RPiTRKivViK5biiHedm', {
posthog.init('phc_9Iqi6lFs9sr5BSqh9RRNRSJ0mATS9PSgirDiX3iOYJ', {
persistence: 'localStorage',
api_host: 'https://posthog.modrinth.com',
})
}