From bcefe397ca91cecfc81298805d621e992ce9af46 Mon Sep 17 00:00:00 2001 From: Gregor Lohaus Date: Fri, 24 Apr 2026 12:26:44 +0200 Subject: [PATCH] speedinsights next --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b58206..f7c7095 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,7 @@ import {MessagesProvider} from "./_providers/MessagesProvider"; import { CodeHighlightStyle } from "./_components/CodeHighlightSyle"; import { cn } from "~/lib/utils"; import AnimatedBackGroundContainer from "./_components/Animated/AnimatedBackGroundContainer"; -import {SpeedInsights} from "@vercel/speed-insights" +import {SpeedInsights} from "@vercel/speed-insights/next" const inter = Inter({ subsets: ['latin'], variable: '--font-sans' });