Skip to content

Commit

Permalink
speed insights vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
Kripu77 committed Sep 3, 2024
1 parent 63076aa commit 05db57f
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ThemeProvider } from "@/components/theme-provider";
import { SiteHeader } from "@/components/layouts/site-header";
import { siteConfig } from '@/config/site';
import SiteFooter from '../components/layouts/site-footer';
import { SpeedInsights } from "@vercel/speed-insights/next"


const inter = Inter({ subsets: ["latin"] });
Expand All @@ -28,6 +29,7 @@ export default function RootLayout({
>
<head />
<body >
<SpeedInsights/>
<ThemeProvider
attribute="class"
defaultTheme="system"
Expand Down
42 changes: 42 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
Expand Down

0 comments on commit 05db57f

Please sign in to comment.