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:
parent
ecb3d92941
commit
e77a051144
3 changed files with 17 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ export type Analytics =
|
|||
host: string
|
||||
siteId: string
|
||||
}
|
||||
| {
|
||||
provider: "vercel"
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue