mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-09-12 16:55:01 +00:00
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:
@@ -42,6 +42,11 @@ export type Analytics =
|
||||
provider: "clarity"
|
||||
projectId?: string
|
||||
}
|
||||
| {
|
||||
provider: "matomo"
|
||||
host: string
|
||||
siteId: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
Reference in New Issue
Block a user