mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-03 07:18:14 +00:00
feat(analytics): Support for Umami (#449)
This commit is contained in:
parent
7e42be8e46
commit
e8a04efaf1
2 changed files with 13 additions and 0 deletions
quartz
|
@ -12,6 +12,10 @@ export type Analytics =
|
|||
provider: "google"
|
||||
tagId: string
|
||||
}
|
||||
| {
|
||||
provider: "umami"
|
||||
websiteId: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue