mirror of
https://github.com/danielvici/tool-website.git
synced 2026-01-16 19:41:26 +00:00
add: Vercel SpeedInsights
This commit is contained in:
@@ -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>
|
||||
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user