feat(analytics): clarity ()

Add the code necessary for support of Microsoft clarity
This commit is contained in:
Malcolm Mielle 2024-09-30 19:06:37 +02:00 committed by GitHub
parent 1416f62a47
commit b8c46ba81a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 1 deletions
quartz

View file

@ -38,6 +38,10 @@ export type Analytics =
provider: "cabin"
host?: string
}
| {
provider: "clarity"
projectId?: string
}
export interface GlobalConfiguration {
pageTitle: string