mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-02 23:08:14 +00:00
feat(analytics): clarity (#1446)
Add the code necessary for support of Microsoft clarity
This commit is contained in:
parent
1416f62a47
commit
b8c46ba81a
3 changed files with 15 additions and 1 deletions
quartz
|
@ -38,6 +38,10 @@ export type Analytics =
|
|||
provider: "cabin"
|
||||
host?: string
|
||||
}
|
||||
| {
|
||||
provider: "clarity"
|
||||
projectId?: string
|
||||
}
|
||||
|
||||
export interface GlobalConfiguration {
|
||||
pageTitle: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue