add rybbit analytics (#2197)

This commit is contained in:
Lunyaa
2025-11-07 16:48:28 +01:00
committed by GitHub
parent 86a30ad150
commit ef29c69828
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