add: Vercel SpeedInsights

This commit is contained in:
danielvici123
2025-11-18 21:28:50 +01:00
parent c47ed6f805
commit e3e8fdebbf
3 changed files with 40 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
'use client'
import Link from 'next/link'
import { SpeedInsights } from '@vercel/speed-insights/react';
export default function Home() {
const tools = [
@@ -81,6 +82,8 @@ export default function Home() {
</div>
</section>
</div>
<SpeedInsights />
</main>
)
}