Skip to content

Commit

Permalink
feat(analytics): add SpeedInsights component into Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago-j-s committed Jan 21, 2024
1 parent 4e92714 commit ff8a75f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Analytics/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import Script from 'next/script';

import { SpeedInsights } from '@vercel/speed-insights/next';
import CookieConsent from './CookieConsent';
import VercelAnalytics from './Vercel';

Expand Down Expand Up @@ -32,6 +33,7 @@ export default function Analytics() {
<CookieConsent />
<Clarity />
<VercelAnalytics />
<SpeedInsights />
</>
);
}

0 comments on commit ff8a75f

Please sign in to comment.