FRONTEND
Astro v10.1.3
RESUMEN
Patch Changes - #16922 `7dce185` Thanks @astrobot-houston! - Fixes prerendered pages returning 404 when using `build.fo
Descripción Detallada
Patch Changes - #16922 `7dce185` Thanks @astrobot-houston! - Fixes prerendered pages returning 404 when using `build.format: 'file'` or `build.format: 'preserve'` with the Node adapter in standalone mode. Previously, clean URLs like `/about` would fail to resolve to `about.html` on disk, because the static file handler only supported the default `directory` format (`about/index.html`). Now the handler correctly resolves clean URLs to `.html` files when the build format produces them.
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Astro v8.1.3
### Patch Changes - Updated dependencies \[[`c895b12`](https://github.com/withastro/astro/commit/c895b12b99a73f5a9f98d6699452d12c138f8a18)]: - @astrojs/internal-helpers@0.10.2 - @astrojs/underscore-redirects@1.0.3
FRONTEND
Astro v2.16.18
### Patch Changes - [#17474](https://github.com/withastro/astro/pull/17474) [`c895b12`](https://github.com/withastro/astro/commit/c895b12b99a73f5a9f98d6699452d12c138f8a18) Thanks [@nicksnyder](https://github.com/nicksnyder)! - Updates dependency `js-yaml` to v4.3.0