Skip to content

Commit

Permalink
feat: add Vercel Speed Insight package
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Feb 17, 2024
1 parent af3a179 commit 3fbdac6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { SpeedInsights } from "@vercel/speed-insights/next"
import Script from 'next/script';
import React from 'react';

Expand Down Expand Up @@ -39,6 +40,9 @@ export default function RootLayout({
src='https://analytics.eu.umami.is/script.js'
data-website-id='ab53ae74-58ea-44ff-b5fa-451b4f52c364'
></Script>

{/* Vercel Speed Insights */}
<SpeedInsights/>
</body>
</html>
);
Expand Down

0 comments on commit 3fbdac6

Please sign in to comment.