-
Notifications
You must be signed in to change notification settings - Fork 319
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
replatform: redirect from team to author is not implemented #4043
Comments
Okay so — the redirects are specified at the individual author level in the file inside |
There's a tricky indirection here: the redirects are all handled by I tried adding # content/pages/author.liquid
redirect_from: "{{ author.redirect_from }}" but this creates a folder And this seems to do nothing at all: # content/pages/author.liquid
eleventyComputed:
redirect_from: "{{ author.redirect_from }}" There's a |
Okay, a challenge question: does this matter enough to be part of the migration? I think we've been redirecting from Do we have analytics with which to test the hypothesis? Can we see if anyone's touched |
Closing for now to unblock site release |
Example:
https://18f.gsa.gov/team/tadhg/ goes to https://18f.gsa.gov/author/tadhg/
We have no such redirect for the replatformed effort; I think we missed this directory-level redirect.
Note: other per-page redirections work.
/project/eregulations/
goes to/our-work/eregulations/
, for instance.The text was updated successfully, but these errors were encountered: