Implement posthog

This commit is contained in:
2025-07-06 14:02:22 +03:00
parent f7d994d02e
commit 1e099d88ae
13 changed files with 209 additions and 41 deletions

View File

@@ -15,7 +15,9 @@ export default defineNuxtConfig({
openaiApiKey: "",
databaseUrl: "",
public: {
aptabaseAppKey: "",
posthogPublicKey: "",
posthogHost: "",
posthogDefaults: "2025-05-24",
},
},
future: { compatibilityVersion: 4 },