feat(analytics): PostHog support (#1072)

This commit is contained in:
kwyuan
2024-04-09 09:43:09 +08:00
committed by GitHub
parent f0e472c9d7
commit 34bdc76228
3 changed files with 13 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ export type Analytics =
host?: string
scriptSrc?: string
}
| {
provider: "posthog"
apiKey: string
host?: string
}
export interface GlobalConfiguration {
pageTitle: string