Skip to content

Commit 675bcfa

Browse files
committed
chore: disable vercel speed insights
1 parent ff5dc8b commit 675bcfa

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

bun.lock

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"@astrojs/rss": "^4.0.15",
1818
"@lucide/astro": "^0.563.0",
1919
"@vercel/analytics": "^1.6.1",
20-
"@vercel/speed-insights": "^1.3.1",
2120
"astro": "^5.17.2",
2221
"js-yaml": "^4.1.1",
2322
"simple-icons": "^16.8.0"

src/layouts/Layout.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
import Analytics from '@vercel/analytics/astro';
3-
import SpeedInsights from '@vercel/speed-insights/astro';
43
54
interface Props {
65
title: string;
@@ -272,7 +271,6 @@ const {
272271
</button>
273272
<slot />
274273
<Analytics />
275-
<SpeedInsights />
276274

277275
<script is:inline>
278276
(() => {

0 commit comments

Comments
 (0)