astro@7.2.9
Fixed 4
- Fix importing .html files not being typed outside of .astro files
- Fix a crash when requesting /index.html against a dynamic page route like [slug].astro
- Fix SSR manifest containing stale entryModules references to prerender-only chunks that no longer exist in the final build output
- Fix set:text escaping in MDX script and style elements
From Astro
Patch Changes
-
#17846
b441180Thanks @Princesseuh! - Fixes importing.htmlfiles not being typed outside of.astrofiles -
#17831
32e8b44Thanks @astro-factory! - Fixes a crash when requesting/index.htmlagainst a dynamic page route like[slug].astro -
#17841
c35448eThanks @astro-factory! - Fixes SSR manifest containing staleentryModulesreferences to prerender-only chunks that no longer exist in the final build output -
#17847
eb87a23Thanks @matthewp! - Fixesset:textescaping in MDX script and style elements