Skip to content

Commit c215fc1

Browse files
committed
feat(website): add vercel analytics
1 parent 73b64f7 commit c215fc1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

website/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616

1717
<body>
1818
<div id="app"></div>
19+
1920
<script type="module" src="/main.ts"></script>
21+
22+
<script>
23+
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
24+
</script>
25+
26+
<script defer src="/_vercel/insights/script.js"></script>
2027
</body>
2128
</html>

0 commit comments

Comments
 (0)