blob: e369aa8d4ca5607eefa077201317f6270a87a6f6 (
plain) (
blame)
1
2
3
4
5
|
---
'astro': patch
---
Fixed an issue where modifying the `Request.headers` prototype during prerendering caused a build error. Removed conflicting value and writable properties from the `headers` descriptor to prevent `Invalid property descriptor` errors.
|