Merge commit '4923affa7722dfc751f1074348e6dad214fe0c08' into v4

This commit is contained in:
2025-10-22 13:51:57 -04:00
38 changed files with 8329 additions and 3705 deletions

View File

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