0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
astro/.changeset/swift-phones-rhyme.md
Emanuele Stoppa 40b0b4d1e4
fix(rewrite): copy body from the request (#11182)
* fix(rewrite): copy body from the request

* wip

* chore: copy body without using it

* chore: remove new file
2024-06-05 13:07:27 +01:00

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.