ci: add vercel speed insights

This commit is contained in:
log101 2024-02-14 18:12:14 +03:00
parent b0f54cd96e
commit 504717dc2f
3 changed files with 3 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -23,6 +23,7 @@
"@types/react-dom": "^18.2.18", "@types/react-dom": "^18.2.18",
"@vercel/blob": "^0.19.0", "@vercel/blob": "^0.19.0",
"@vercel/postgres-kysely": "^0.7.1", "@vercel/postgres-kysely": "^0.7.1",
"@vercel/speed-insights": "^1.0.9",
"astro": "^4.1.2", "astro": "^4.1.2",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.0", "clsx": "^2.1.0",

View File

@ -1,5 +1,5 @@
--- ---
import SpeedInsights from '@vercel/speed-insights/astro';
--- ---
<!doctype html> <!doctype html>
@ -41,6 +41,7 @@
</head> </head>
<body class="container my-8"> <body class="container my-8">
<slot /> <slot />
<SpeedInsights />
</body> </body>
</html> </html>
<style is:global></style> <style is:global></style>