Skip to content

Commit

Permalink
Update Vercel warning verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Aug 31, 2023
1 parent dc29e0f commit 4666439
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/integrations/vercel/src/serverless/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ export default function vercelServerless({
'astro:config:done': ({ setAdapter, config, logger }) => {
if (functionPerRoute === true) {
logger.warn(
"The Vercel plans might have limits to the number of functions you can create, make sure to check them if you don't want to incur into additional costs."
`Vercel's hosting plans might have limits to the number of functions you can create.
Make sure to check your plan carefully to avoid incurring additional costs.`
);
}
setAdapter(getAdapter({ functionPerRoute, edgeMiddleware }));
Expand Down

0 comments on commit 4666439

Please sign in to comment.