Skip to content

Commit

Permalink
*: add vercel performance insights
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Sep 30, 2024
1 parent 23ffd03 commit ad14a3d
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 34 deletions.
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-slot": "^1.1.0",
"@segment/in-eu": "^0.4.0",
"@svgr/webpack": "^8.1.0",
"@vercel/speed-insights": "^1.0.12",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"escape-string-regexp": "^5.0.0",
Expand Down
3 changes: 3 additions & 0 deletions pages/_app.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import { SpeedInsights } from "@vercel/speed-insights/next"

import Layout from '@/components/layout';
import '../globals.css';

export default function MyApp({ Component, pageProps }) {
return (
<Layout>
<SpeedInsights/>
<Component {...pageProps} />
</Layout>
);
Expand Down
104 changes: 70 additions & 34 deletions pnpm-lock.yaml

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

0 comments on commit ad14a3d

Please sign in to comment.