-
-
Notifications
You must be signed in to change notification settings - Fork 683
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
Add new author redirects to saved-author-redirects.json #1755
base: main
Are you sure you want to change the base?
Add new author redirects to saved-author-redirects.json #1755
Conversation
Expanded the redirect list with numerous new mappings for author URLs, standardizing naming conventions and ensuring consistency. This enhances navigation by redirecting older URLs to their updated locations without errors.
{ "source": "/authors/motorfang/", "destination": "/authors/tkroo/", "statusCode": 301 }, | ||
{ "source": "/authors/Andrewrico/", "destination": "/authors/andrewrico/", "statusCode": 301 }, | ||
{ "source": "/authors/J-Filip/", "destination": "/authors/j-filip/", "statusCode": 301 }, | ||
{ "source": "/authors/Gr0t3Man/", "destination": "/authors/gr0t3man/", "statusCode": 301 }, |
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.
Looks like there are a few duplicates in here!
{ "source": "/authors/TaylanTatli/", "destination": "/authors/taylantatli/", "statusCode": 301 }, | ||
{ "source": "/authors/techCarpenter/", "destination": "/authors/techcarpenter/", "statusCode": 301 }, | ||
{ "source": "/authors/MiriSuzanne/", "destination": "/authors/mirisuzanne/", "statusCode": 301 }, | ||
{ "source": "/authors/twitter:iceMagic/", "destination": "/authors/twitter-icemagic/", "statusCode": 301 }, |
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.
I think we should delete these twitter ones too, please!
Cleaned up the JSON file by eliminating redundant redirect definitions for several authors. This reduces unnecessary entries and simplifies redirect management for improved maintainability.
@zachleat actually I completely forgot filter dups... Already fixed... here is the full list of dups :)
|
Expanded the redirect list with numerous new mappings for author URLs, standardizing naming conventions and ensuring consistency. This enhances navigation by redirecting older URLs to their updated locations without errors.
@zachleat this one related to #1748
Thank you!
🎈11ty the BEST!