1
0
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:
John Barker
2025-08-13 04:56:04 +01:00
committed by GitHub
parent 45c130b3dd
commit e918f11652
3 changed files with 33 additions and 0 deletions

View File

@@ -42,6 +42,11 @@ export type Analytics =
provider: "clarity"
projectId?: string
}
| {
provider: "matomo"
host: string
siteId: string
}
export interface GlobalConfiguration {
pageTitle: string