0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Arsh 2024-01-04 16:38:10 +00:00 committed by astrobot-houston
parent bd8fa7acd2
commit 218ea0781b
2 changed files with 4 additions and 4 deletions

View file

@ -76,9 +76,9 @@ export interface VercelServerlessConfig {
/**
* @deprecated This option lets you configure the legacy speed insights API which is now deprecated by Vercel.
*
*
* See [Vercel Speed Insights Quickstart](https://vercel.com/docs/speed-insights/quickstart) for instructions on how to use the library instead.
*
*
* https://vercel.com/docs/speed-insights/quickstart
*/
speedInsights?: VercelSpeedInsightsConfig;

View file

@ -44,9 +44,9 @@ export interface VercelStaticConfig {
webAnalytics?: VercelWebAnalyticsConfig;
/**
* @deprecated This option lets you configure the legacy speed insights API which is now deprecated by Vercel.
*
*
* See [Vercel Speed Insights Quickstart](https://vercel.com/docs/speed-insights/quickstart) for instructions on how to use the library instead.
*
*
* https://vercel.com/docs/speed-insights/quickstart
*/
speedInsights?: VercelSpeedInsightsConfig;