Skip to content

Commit b04cc29

Browse files
committed
chore(docs,deps): add vercel speed insights
1 parent a79d100 commit b04cc29

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

docs/src/.vitepress/theme/layouts/default.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script setup>
2+
import { SpeedInsights } from '@vercel/speed-insights/vue'
23
import { watch } from 'vue'
34
import { useRoute } from 'vitepress'
45
import DefaultTheme from 'vitepress/theme'
@@ -30,5 +31,6 @@ onMounted(async () => {
3031
</script>
3132

3233
<template>
33-
<ParentLayout></ParentLayout>
34+
<SpeedInsights />
35+
<ParentLayout />
3436
</template>

pnpm-lock.yaml

+15-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)