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' });