diff --git a/bun.lockb b/bun.lockb index dbdd506..fb8feed 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 5fa4970..b41c8ef 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "@types/react-dom": "^18.2.18", "@vercel/blob": "^0.19.0", "@vercel/postgres-kysely": "^0.7.1", + "@vercel/speed-insights": "^1.0.9", "astro": "^4.1.2", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c087581..d99d1c5 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,5 @@ --- - +import SpeedInsights from '@vercel/speed-insights/astro'; --- @@ -41,6 +41,7 @@ +