feat(analytics): Support for Umami ()

This commit is contained in:
Adam Brangenberg 2023-09-04 06:28:57 +02:00 committed by GitHub
parent 7e42be8e46
commit e8a04efaf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions
quartz

View file

@ -12,6 +12,10 @@ export type Analytics =
provider: "google"
tagId: string
}
| {
provider: "umami"
websiteId: string
}
export interface GlobalConfiguration {
pageTitle: string