Added Vercel Speed Insights

This commit is contained in:
2025-10-31 11:20:55 +03:30
parent d20e838ae4
commit 9375c6a9a7
3 changed files with 240 additions and 266 deletions
+2
View File
@@ -1,9 +1,11 @@
<script setup lang="ts">
import '@/style.css'
import NavBar from './components/NavBar.vue'
import { SpeedInsights } from "@vercel/speed-insights/vue"
</script>
<template>
<SpeedInsights/>
<NavBar />
<RouterView />