mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-03 07:18:14 +00:00
feat(analytics): Cabin analytics support (#1221)
* add cabin analytics * fix formatting
This commit is contained in:
parent
1d94e9c303
commit
3faf2ff6f5
3 changed files with 13 additions and 0 deletions
quartz
|
@ -34,6 +34,10 @@ export type Analytics =
|
|||
provider: "tinylytics"
|
||||
siteId: string
|
||||
}
|
||||
| {
|
||||
provider: "cabin"
|
||||
host?: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue