From 0cd200b0e66baceff9479d47a39fe86897bcf27e Mon Sep 17 00:00:00 2001 From: Felix Wotschofsky Date: Sat, 9 Dec 2023 16:18:49 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Vercel=20Speed=20Insights=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/layout.tsx | 3 +++ package.json | 1 + pnpm-lock.yaml | 8 ++++++++ 3 files changed, 12 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index b8563d4..963b2ad 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,3 +1,4 @@ +import { SpeedInsights } from '@vercel/speed-insights/next'; import type { FC, ReactNode } from 'react'; import Footer from '@/components/Footer'; @@ -41,6 +42,8 @@ const RootLayout: FC = ({ children }) => {