Skip to content

Commit

Permalink
SpeedInsights is a new package
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitardanailov committed Dec 16, 2023
1 parent 356eafc commit 837c811
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@types/react": "18.2.13",
"@types/react-dom": "18.2.17",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"@xstate/cli": "^0.5.11",
"@xstate/react": "^3.2.2",
"autoprefixer": "^10.4.14",
Expand Down
2 changes: 2 additions & 0 deletions apps/website/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import {Metadata} from 'next'

import {Analytics} from '@vercel/analytics/react'
import {SpeedInsights} from '@vercel/speed-insights/next'

import {Inter} from 'next/font/google'

Expand Down Expand Up @@ -65,6 +66,7 @@ export default function RootLayout({children}: {children: React.ReactNode}) {
<body className={inter.className}>
<StyledComponentsRegistry>{children}</StyledComponentsRegistry>
<Analytics />
<SpeedInsights />
</body>
</html>
)
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2520,6 +2520,11 @@
dependencies:
server-only "^0.0.1"

"@vercel/speed-insights@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@vercel/speed-insights/-/speed-insights-1.0.2.tgz#1bebf3e7c7046b6a911721233b263b69214ddb3e"
integrity sha512-y5HWeB6RmlyVYxJAMrjiDEz8qAIy2cit0fhBq+MD78WaUwQvuBnQlX4+5MuwVTWi46bV3klaRMq83u9zUy1KOg==

"@web-std/blob@^3.0.1", "@web-std/blob@^3.0.3", "@web-std/blob@^3.0.4":
version "3.0.5"
resolved "https://registry.yarnpkg.com/@web-std/blob/-/blob-3.0.5.tgz#391e652dd3cc370dbb32c828368a3022b4d55c9c"
Expand Down

1 comment on commit 837c811

@vercel
Copy link

@vercel vercel bot commented on 837c811 Dec 16, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

portfolio-website – ./apps/website

portfolio-website-dimityrdanailov.vercel.app
portfolio-website-git-main-dimityrdanailov.vercel.app
ddanailov.dev

Please sign in to comment.