-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Resolve site level redirects #2577
Resolve site level redirects #2577
Conversation
|
GitBook Preview |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
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 level
Between (b) & (c), I suggest we do (b) first because content level redirects existed before.