mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 14:58:14 +00:00
feat(analytics): PostHog support (#1072)
This commit is contained in:
parent
83bdcd58e6
commit
1f032f538b
3 changed files with 13 additions and 0 deletions
quartz
|
@ -25,6 +25,11 @@ export type Analytics =
|
|||
host?: string
|
||||
scriptSrc?: string
|
||||
}
|
||||
| {
|
||||
provider: "posthog"
|
||||
apiKey: string
|
||||
host?: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue