Enable Vercel Speed Insights for Nuxt app

This commit is contained in:
2025-08-16 11:15:48 -06:00
parent e22584b600
commit 2250721be3
3 changed files with 8 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
<div>
<NuxtRouteAnnouncer />
<Analytics />
<SpeedInsights />
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
@@ -10,4 +11,5 @@
<script setup lang="ts">
import { Analytics } from '@vercel/analytics/nuxt'
import { SpeedInsights } from '@vercel/speed-insights/nuxt'
</script>