diff options
Diffstat (limited to '.changeset/tame-hats-fold.md')
-rw-r--r-- | .changeset/tame-hats-fold.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.changeset/tame-hats-fold.md b/.changeset/tame-hats-fold.md deleted file mode 100644 index e369aa8d4..000000000 --- a/.changeset/tame-hats-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'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. |