Skip to content

Commit

Permalink
Update src/content/docs/en/guides/integrations-guide/vercel.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
matthewp and sarah11918 authored Aug 15, 2024
1 parent 4b85ba2 commit c199396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/content/docs/en/guides/integrations-guide/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,9 @@ export default defineConfig({
### Function bundling configuration

:::caution[Deprecated]
The `functionPerRoute` option is deprecated and will be removed in Astro 5. Additionally it doesn't work with some Astro features such as i18n domains and request rewriting. It's advised to disable it.
The `functionPerRoute` option is deprecated and will be removed entirely in Astro 5. Additionally, this option is incompatible with some Astro features such as i18n domains and request rewriting.

If you have currently enabled `functionPerRoute: true`, we recommend removing this configuration option as soon as you are able.
:::

The Vercel adapter combines all of your routes into a single function by default.
Expand Down

0 comments on commit c199396

Please sign in to comment.