Skip to content

Commit 9c11458

Browse files
committed
feat(docs): add vercel analytics
1 parent 64b70bd commit 9c11458

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/.vitepress/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ export default defineConfig({
55
title: "Vue 3 Select Component",
66
description: "A performant & accessible Select component for Vue 3. Best in class Selecting solution for Vue 3.",
77

8+
head: [
9+
["script", {}, `window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };`],
10+
["script", { src: "/_vercel/insights/script.js", defer: "true" }],
11+
],
12+
813
sitemap: {
914
hostname: "https://vue3-select-component.vercel.app",
1015
},

0 commit comments

Comments
 (0)