Skip to content

Commit 98dfe91

Browse files
committed
Add Vercel Speed Insights
1 parent aac515d commit 98dfe91

File tree

3 files changed

+38
-0
lines changed

3 files changed

+38
-0
lines changed

app/layout.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import type { Metadata } from 'next'
22
import './globals.css'
33
import { Providers } from './providers'
44
import { Analytics } from "@vercel/analytics/next"
5+
import { SpeedInsights } from "@vercel/speed-insights/next"
56

67
export const metadata: Metadata = {
78
title: 'Web Tools - Useful Online Tools',
@@ -21,6 +22,7 @@ export default function RootLayout({
2122
{children}
2223
</Providers>
2324
<Analytics />
25+
<SpeedInsights />
2426
</body>
2527
</html>
2628
)

package-lock.json

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@types/react-syntax-highlighter": "^15.5.13",
1414
"@uiw/react-json-view": "^2.0.0-alpha.36",
1515
"@vercel/analytics": "^1.5.0",
16+
"@vercel/speed-insights": "^1.2.0",
1617
"ical.js": "^2.2.1",
1718
"lucide-react": "^0.294.0",
1819
"next": "^14.2.32",

0 commit comments

Comments
 (0)