mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
ad2bb91559
* fix(rerouting): attempt without middleware * add test * add changeset * Update .changeset/shaggy-onions-try.md * avoid extra variable * document runMiddleware internal option * document runMiddleware default * Apply suggestions from code review Co-authored-by: Emanuele Stoppa <my.burning@gmail.com> * runMiddleware -> skipMiddleware --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
106 B
106 B
astro |
---|
patch |
Fix an issue where 500.astro
did not render when the middleware threw an error.