diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index c12f3dbb..430da342 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -8,7 +8,7 @@ import { Navbar } from "@/components/layout/Navbar"; import { Footer } from "@/components/layout/Footer"; import { Toaster } from "@/components/ui/sonner"; import { GoogleAnalytics } from '@next/third-parties/google'; -import { Analytics } from "@vercel/analytics/react"; +import { Analytics } from "@vercel/analytics/next"; import { SpeedInsights } from "@vercel/speed-insights/next"; import { PUBLIC_CONFIG } from "@/config/public.config"; // @ts-ignore - this file will be generated by the boneyard-js build step