feat(analytics): PostHog support ()

This commit is contained in:
kwyuan 2024-04-09 09:43:09 +08:00 committed by GitHub
parent 83bdcd58e6
commit 1f032f538b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 0 deletions
quartz

View file

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