add rybbit analytics (#2197)

This commit is contained in:
Lunyaa 2025-11-07 16:48:28 +01:00 committed by GitHub
commit ef29c69828
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -50,6 +50,11 @@ export type Analytics =
| {
provider: "vercel"
}
| {
provider: "rybbit"
siteId: string
host?: string
}
export interface GlobalConfiguration {
pageTitle: string