mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
5 lines
258 B
Markdown
5 lines
258 B
Markdown
---
|
|
'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.
|