Skip to content

Commit

Permalink
Update Vercel Speed Insights ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
wotschofsky authored Dec 9, 2023
1 parent 0db7988 commit 0cd200b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 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 type { FC, ReactNode } from 'react';

import Footer from '@/components/Footer';
Expand Down Expand Up @@ -41,6 +42,8 @@ const RootLayout: FC<RootLayoutProps> = ({ children }) => {
<Footer />
</div>
</Providers>

<SpeedInsights />
</body>
</html>
);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@radix-ui/react-tooltip": "^1.0.7",
"@types/punycode": "^2.1.1",
"@types/validator": "^13.11.5",
"@vercel/speed-insights": "^1.0.1",
"autoprefixer": "^10.4.16",
"bottleneck": "^2.19.5",
"class-variance-authority": "^0.7.0",
Expand Down
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 0cd200b

@vercel
Copy link

@vercel vercel bot commented on 0cd200b Dec 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.