Skip to content

Commit

Permalink
Remove vercel speed insights
Browse files Browse the repository at this point in the history
  • Loading branch information
DinerIsmail committed Sep 15, 2024
1 parent 9299293 commit 50c2734
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 45 deletions.
2 changes: 0 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { SpeedInsights } from '@vercel/speed-insights/next'
import {
dehydrate,
HydrationBoundary,
Expand Down Expand Up @@ -42,7 +41,6 @@ export default async function RootLayout({
<Providers>
<HydrationBoundary state={dehydrate(queryClient)}>
{children}
<SpeedInsights />
</HydrationBoundary>
</Providers>
</body>
Expand Down
42 changes: 0 additions & 42 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"@sentry/nextjs": "8.30.0",
"@tanstack/react-query": "5.56.2",
"@tinymce/tinymce-react": "5.1.1",
"@vercel/speed-insights": "1.0.12",
"aws-sdk": "2.1689.0",
"chroma-js": "3.1.1",
"driver.js": "1.3.1",
Expand Down

0 comments on commit 50c2734

Please sign in to comment.