Skip to content

Commit

Permalink
Install SpeedInsights
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcginnes committed Feb 4, 2024
1 parent 3f58e89 commit 0c82d2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"dependencies": {
"@t3-oss/env-nextjs": "^0.7.1",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.9",
"esbuild": "^0.19.12",
"next": "^14.0.4",
"react": "18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Bitter, Nunito_Sans } from "next/font/google"
import Footer from "./footer"
import { env } from "~/env"
import { Analytics } from "@vercel/analytics/react"
import { SpeedInsights } from "@vercel/speed-insights/next"

const serif = Bitter({
subsets: ["latin"],
Expand Down Expand Up @@ -34,6 +35,7 @@ export default function RootLayout({
{children}
<Footer />
<Analytics />
<SpeedInsights />
</body>
</html>
)
Expand Down

0 comments on commit 0c82d2a

Please sign in to comment.