mirror of
https://github.com/withastro/astro.git
synced 2025-02-24 22:46:02 -05:00
* fix(rewrite): copy body from the request * wip * chore: copy body without using it * chore: remove new file
5 lines
126 B
Markdown
5 lines
126 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fixes an issue where `Astro.rewrite` wasn't carrying over the body of a `Request` in on-demand pages.
|