feat: Matomo analytics support

This commit is contained in:
Master 2024-08-31 23:33:39 +02:00
parent f5d195369b
commit 7f1362eb14

View File

@ -42,7 +42,7 @@ export type Analytics =
provider: "matomo"
host: string
siteId: string
}
}
export interface GlobalConfiguration {
pageTitle: string