feat: add support for matomo analytics (#2051)
* feat: Support Matomo as analytics provider (self-hosted) * SPA support * Don't use var * inline * Revert fixing issues outside of this change
This commit is contained in:
parent
45c130b3dd
commit
e918f11652
3 changed files with 33 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ export type Analytics =
|
|||
provider: "clarity"
|
||||
projectId?: string
|
||||
}
|
||||
| {
|
||||
provider: "matomo"
|
||||
host: string
|
||||
siteId: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue