mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
10 lines
368 B
Markdown
10 lines
368 B
Markdown
|
---
|
||
|
'astro': patch
|
||
|
---
|
||
|
|
||
|
Improves the developer experience of the custom `500.astro` page in development mode.
|
||
|
|
||
|
Before, in development, an error thrown during the rendering phase would display the default error overlay, even when users had the `500.astro` page.
|
||
|
|
||
|
Now, the development server will display the `500.astro` and the original error is logged in the console.
|