mirror of
https://github.com/withastro/astro.git
synced 2025-02-17 22:44:24 -05:00
7 lines
200 B
Markdown
7 lines
200 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Corrects an inconsistency in dev where middleware would run for prerendered 404 routes.
|
|
Middleware is not run for prerendered 404 routes in production, so this was incorrect.
|
|
|