summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar matthewp <matthewp@users.noreply.github.com> 2023-09-14 12:17:20 +0000
committerGravatar astrobot-houston <fred+astrobot@astro.build> 2023-09-14 12:17:20 +0000
commit8376f24b47fe3a740125b72f8050907718a672ad (patch)
treea96ac068cf0711819ab2708ade49f6a9c3130109
parentb79e11f3c480e8e165d5b102adb1f2f8a089f29d (diff)
downloadastro-8376f24b47fe3a740125b72f8050907718a672ad.tar.gz
astro-8376f24b47fe3a740125b72f8050907718a672ad.tar.zst
astro-8376f24b47fe3a740125b72f8050907718a672ad.zip
[ci] format
Diffstat (limited to '')
-rw-r--r--packages/integrations/vercel/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vercel/README.md b/packages/integrations/vercel/README.md
index 7894cfeb3..381132d80 100644
--- a/packages/integrations/vercel/README.md
+++ b/packages/integrations/vercel/README.md
@@ -265,7 +265,7 @@ export default defineConfig({
The Vercel adapter combines all of your routes into a single function by default.
-You also have the option to split builds into a separate function for each route using the `functionPerRoute` option. This reduces the size of each function, meaning you are less likely to exceed the size limit for an individual function. Also, code starts are faster.
+You also have the option to split builds into a separate function for each route using the `functionPerRoute` option. This reduces the size of each function, meaning you are less likely to exceed the size limit for an individual function. Also, code starts are faster.
Verify that your Vercel plan includes an appropriate number of functions before enabling `functionPerRoute`. For example, Vercel's free tier limits each deployment to no more than 12 functions. If your Vercel plan is insufficient for the number of routes in your project, you will receive an error message during deployment.