feat(analytics): Support for Umami (#449)
This commit is contained in:
@ -12,6 +12,10 @@ export type Analytics =
|
||||
provider: "google"
|
||||
tagId: string
|
||||
}
|
||||
| {
|
||||
provider: "umami"
|
||||
websiteId: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
Reference in New Issue
Block a user