feat(analytics): add support for Vercel Web Analytics provider (#2119)

* feat(analytics): add support for Vercel Web Analytics provider

* fix: correct indentation for Vercel analytics provider condition
This commit is contained in:
siaikin 2025-09-09 11:06:28 +08:00 committed by GitHub
commit e77a051144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 0 deletions

View file

@ -47,6 +47,9 @@ export type Analytics =
host: string
siteId: string
}
| {
provider: "vercel"
}
export interface GlobalConfiguration {
pageTitle: string