Skip to content

Commit

Permalink
Update .changeset/cool-pianos-smell.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Sep 14, 2023
1 parent 9ab9330 commit 94ab1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/cool-pianos-smell.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

Turn off `functionPerRoute` by default

In the previous version of `@astrojs/vercel`, the default for `functionPerRoute` was changed to `true`. While this option has several advantages, if you a free tier user you are likely to run into the limit of 12 functions per deployment. This will result in an error when you attempt to deploy.
In the previous version of `@astrojs/vercel`, the default for `functionPerRoute` was changed to `true`. While this option has several advantages, if you're a free tier user you are likely to run into the limit of 12 functions per deployment. This will result in an error when you attempt to deploy.

For this reason, the `functionPerRoute` option is now back to defaulting to `false`. It's still a useful option if you have a paid plan and have previously run into issues with your single function exceeding the size limits.

0 comments on commit 94ab1e2

Please sign in to comment.