Skip to content

Commit

Permalink
Update .changeset/blue-pens-divide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
ematipico and sarah11918 authored Aug 28, 2024
1 parent 5a6973e commit 4febc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/blue-pens-divide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
'astro': patch
---

Fixes a bug in the logic of `Astro.rewrite()` which led to the value for `base` , if configured, being automatically prepended to the rewrite URL passed. This was unintended behavior and has been corrected, and Astro now processes the URLs exactly as passed.
Fixes a bug in the logic of `Astro.rewrite()` which led to the value for `base`, if configured, being automatically prepended to the rewrite URL passed. This was unintended behavior and has been corrected, and Astro now processes the URLs exactly as passed.

If you use the `rewrite()` function on a project that has `base` configured, you must now prepend the base to your existing rewrite URL:

Expand Down

0 comments on commit 4febc1b

Please sign in to comment.