Skip to content

Commit

Permalink
i18n(es): Update vercel.mdx V3 (#4423)
Browse files Browse the repository at this point in the history
Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
  • Loading branch information
Waxer59 and yanthomasdev authored Aug 30, 2023
1 parent 6429039 commit 6c1375f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/es/guides/integrations-guide/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default defineConfig({
});
```

### Funciones por página
### Configuración de agrupación de funciones

El adaptador de Vercel divide las compilaciones en una función separada por ruta de forma predeterminada. Esto ayuda a reducir el tamaño de cada función, ya que solo agrupa el código utilizado en esa página.

Expand All @@ -223,7 +223,7 @@ import vercel from '@astrojs/vercel/serverless';
export default defineConfig({
output: 'server',
adapter: vercel({
functionPerRoute: true,
functionPerRoute: false,
}),
});
```
Expand Down

0 comments on commit 6c1375f

Please sign in to comment.