Closed taranvohra closed 2 days ago
Latest commit: ee7c0eefbe6bfd3825260c32255638c1d1e86cf5
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
GitBook Preview Latest commit: https://5128417d.gitbook-open.pages.dev PR: https://pr2577.gitbook-open.pages.dev
The latest updates on your projects. Learn more about Argos notifications ↗︎
Build | Status | Details | Updated (UTC) |
---|---|---|---|
default (Inspect) | 👍 Changes approved | 19 changed, 4 added | Nov 21, 2024, 2:43 PM |
This PR adds support for resolving site redirects configured on a site. The order is as follows
pathname
a. If we find the page, good enough b. If we don't find the page we check if there is a redirect at content (space) level c. If we still don't find the page we check if there is a redirect at site levelBetween (b) & (c), I suggest we do (b) first because content level redirects existed before.