Astro 7.2.4
Astro 7.2.4.
A quiet patch release from the Astro core team.
Builds no longer hang on malformed image files.
Base path stripping now respects path-segment boundaries. With base set to /docs, a request to /docs-archive/page is no longer swallowed as part of the base.
Dynamic routes under build.format: 'preserve' with trailingSlash: 'always' no longer throw TypeError: Missing parameter.
Astro.site is fixed when rendering via the Container API.
Three things fixed
Malformed image hang.
Base path boundary bug.
Dynamic route parameter miss.
Powered by updated markdown-remark internals.
Update when you can.