mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
44c61ddfd8
* fix(routing): return correct status code for `500.astro` and `404.astro` * changeset * fix regression * use `route` instead
163 B
163 B
astro |
---|
patch |
Fixes an issue where custom 404.astro
and 500.astro
were not returning the correct status code when rendered inside a rewriting cycle.