diff --git a/src/components/Analytics/index.tsx b/src/components/Analytics/index.tsx index 0382aa17..a00814f9 100644 --- a/src/components/Analytics/index.tsx +++ b/src/components/Analytics/index.tsx @@ -1,5 +1,6 @@ import Script from 'next/script'; +import { SpeedInsights } from '@vercel/speed-insights/next'; import CookieConsent from './CookieConsent'; import VercelAnalytics from './Vercel'; @@ -32,6 +33,7 @@ export default function Analytics() { + ); }