chore(docs,deps): add vercel speed insights

This commit is contained in:
braks
2024-01-29 21:56:44 +01:00
committed by Braks
parent a79d100b25
commit b04cc29a6c
2 changed files with 18 additions and 5 deletions
@@ -1,4 +1,5 @@
<script setup>
import { SpeedInsights } from '@vercel/speed-insights/vue'
import { watch } from 'vue'
import { useRoute } from 'vitepress'
import DefaultTheme from 'vitepress/theme'
@@ -30,5 +31,6 @@ onMounted(async () => {
</script>
<template>
<ParentLayout></ParentLayout>
<SpeedInsights />
<ParentLayout />
</template>