From d9c7919e57919d9eb3d7db591f9ea158825eb5f1 Mon Sep 17 00:00:00 2001 From: jaronoff97 Date: Thu, 1 Feb 2024 23:29:56 -0500 Subject: [PATCH] add speed insights --- app/layout.tsx | 2 ++ bun.lockb | Bin 253509 -> 274332 bytes package.json | 1 + 3 files changed, 3 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index 40ad944..0374701 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,4 @@ +import { SpeedInsights } from "@vercel/speed-insights/next"; import type { Metadata } from "next"; import { Inter } from "next/font/google"; import Navbar from "../components/Navbar"; @@ -25,6 +26,7 @@ export default function RootLayout({ className="h-12 from-transparent to-neutral-800" > {children} +