mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
bd8fa7acd2
commit
218ea0781b
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue