ci: add vercel speed insights
This commit is contained in:
parent
b0f54cd96e
commit
504717dc2f
|
@ -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",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
|
||||
import SpeedInsights from '@vercel/speed-insights/astro';
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
|
@ -41,6 +41,7 @@
|
|||
</head>
|
||||
<body class="container my-8">
|
||||
<slot />
|
||||
<SpeedInsights />
|
||||
</body>
|
||||
</html>
|
||||
<style is:global></style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user