diff options
author | 2023-09-05 08:28:23 +0200 | |
---|---|---|
committer | 2023-09-05 07:28:23 +0100 | |
commit | fd6ce9a99acb611cb0ec31b7875ae5ba02e23d72 (patch) | |
tree | 49863cf78dbf736046e092d118ab510c6066b3c7 | |
parent | b6066e109c5807f16dd81e07c81f300459e12897 (diff) | |
download | astro-fd6ce9a99acb611cb0ec31b7875ae5ba02e23d72.tar.gz astro-fd6ce9a99acb611cb0ec31b7875ae5ba02e23d72.tar.zst astro-fd6ce9a99acb611cb0ec31b7875ae5ba02e23d72.zip |
fix: `funcitonPerRoute` → `functionPerRoute` in vercel integ package (#8406)
-rw-r--r-- | packages/integrations/vercel/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/vercel/CHANGELOG.md b/packages/integrations/vercel/CHANGELOG.md index f936b71e1..c6a1cf30b 100644 --- a/packages/integrations/vercel/CHANGELOG.md +++ b/packages/integrations/vercel/CHANGELOG.md @@ -6,7 +6,7 @@ - [#8348](https://github.com/withastro/astro/pull/8348) [`5f2c55bb5`](https://github.com/withastro/astro/commit/5f2c55bb54bb66693d278b7cd705c198aecc0331) Thanks [@ematipico](https://github.com/ematipico)! - - Cache result during bundling, to speed up the process of multiple functions; - - Avoid creating multiple symbolic links of the dependencies when building the project with `funcitonPerRoute` enabled; + - Avoid creating multiple symbolic links of the dependencies when building the project with `functionPerRoute` enabled; - [#8354](https://github.com/withastro/astro/pull/8354) [`0eb09dbab`](https://github.com/withastro/astro/commit/0eb09dbab1674a57d23ac97950a527d2e5a9c9fb) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix unnecessary warning about Sharp showing while building |