Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico authored and astrobot-houston committed Jan 4, 2024
1 parent bd8fa7a commit 218ea07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/vercel/src/serverless/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions packages/integrations/vercel/src/static/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 218ea07

Please sign in to comment.