feat(analytics): Tinylytics support (#1118)
* add tinylytics support * fix formatting * add trailing semicolon for consistency
This commit is contained in:
parent
aee9145691
commit
d03fdc235a
3 changed files with 14 additions and 1 deletions
|
@ -30,6 +30,10 @@ export type Analytics =
|
|||
apiKey: string
|
||||
host?: string
|
||||
}
|
||||
| {
|
||||
provider: "tinylytics"
|
||||
siteId: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue