feat(analytics): Cabin analytics support ()

* add cabin analytics

* fix formatting
This commit is contained in:
John Bowdre 2024-06-18 15:38:45 -05:00 committed by GitHub
parent 1d94e9c303
commit 3faf2ff6f5
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

@ -34,6 +34,10 @@ export type Analytics =
provider: "tinylytics"
siteId: string
}
| {
provider: "cabin"
host?: string
}
export interface GlobalConfiguration {
pageTitle: string