We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27d6cc commit a8fe655Copy full SHA for a8fe655
docs/app/app.vue
@@ -1,6 +1,7 @@
1
<script setup lang="ts">
2
import type { ContentNavigationItem, PageCollections } from '@nuxt/content'
3
import { Analytics } from '@vercel/analytics/nuxt'
4
+import { SpeedInsights } from '@vercel/speed-insights/nuxt'
5
6
const { locale, isEnabled } = useDocusI18n()
7
const collectionName = computed(() => isEnabled.value ? `docs_${locale.value}` : 'docs')
@@ -31,4 +32,5 @@ provide('navigation', navigation)
31
32
</ClientOnly>
33
34
<Analytics />
35
+ <SpeedInsights />
36
</template>
0 commit comments