Skip to content

Commit

Permalink
+ Adding SpeedInsights component to _app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Otavio Ragazzo committed Jul 31, 2024
1 parent 8110306 commit e5124fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ import "bootstrap/dist/css/bootstrap.css";
import { SpeedInsights } from "@vercel/speed-insights/next";

export default function MyApp({ Component, pageProps }: AppProps) {
<SpeedInsights />;
return <Component {...pageProps} />;
}

0 comments on commit e5124fe

Please sign in to comment.