Skip to content

Commit b2362ff

Browse files
authored
docs: add vercel analytics to website (#208)
1 parent 567a74d commit b2362ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/website/docs/.vitepress/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ function getHeadTags(env: NodeJS.ProcessEnv): HeadConfig[] {
187187
// ["meta", { name: "twitter:card", content: "summary_large_image" }],
188188
// ["meta", { name: "twitter:title", content: "BlockNote Docs" }],
189189
// ["meta", { name: "twitter:site", content: "@TypeCellOS" }],
190+
["script", { src: "/_vercel/insights/script.js", defer: "" }],
190191
];
191192

192193
if (env.VITE_GTM_ID) {

0 commit comments

Comments
 (0)