-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(rewrite): purge old data when rewriting #11207
Conversation
🦋 Changeset detectedLatest commit: 025a2ce The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quick note on the changeset! 🙌
Co-authored-by: Sarah Rainsberger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving changset for docs!
Changes
Closes #11204
This PR fixes two issues:
RenderContext
,pathname
is now updated during the rewriting. To correctly infer the correct pathname (RouteData.pathame
sometimes is undefined, andRouteData.route
ins't correct e.g./some-slug/title
VS/[slug]/title
, and we need the former)tryRewrite
now returns the newURL
, since we had the logic here in all the pipelinesAstroPartial
object when rewriting because during rewriting, we were sending old information, such asparams
Testing
Added two new test cases
Docs
N/A