diff --git a/app/layout.tsx b/app/layout.tsx index c1b9bef..de75e5c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -2,6 +2,7 @@ import type React from "react" import type { Metadata, Viewport } from "next" import { Inter, Geist_Mono } from "next/font/google" import { Analytics } from "@vercel/analytics/next" +import { SpeedInsights } from "@vercel/speed-insights/next" import "./globals.css" const _inter = Inter({ subsets: ["latin"] }) @@ -44,6 +45,7 @@ export default function RootLayout({
{children}