Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

reatlat
Copy link
Contributor

@reatlat reatlat commented Jan 3, 2025

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!

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 },
Copy link
Member

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 },
Copy link
Member

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.
@reatlat
Copy link
Contributor Author

reatlat commented Jan 3, 2025

@zachleat actually I completely forgot filter dups...

Already fixed... here is the full list of dups :)

[
  {source: '/authors/Gr0t3Man/', destination: '/authors/gr0t3man/', statusCode: 301},
  {source: '/authors/MiriSuzanne/', destination: '/authors/mirisuzanne/', statusCode: 301},
  {source: '/authors/Micah-T/', destination: '/authors/micah-t/', statusCode: 301},
  {source: '/authors/Accudio/', destination: '/authors/accudio/', statusCode: 301},
  {source: '/authors/KhoiUna/', destination: '/authors/khoiuna/', statusCode: 301},
  {source: '/authors/AngelGuerra/', destination: '/authors/angelguerra/', statusCode: 301},
  {source: '/authors/Alshie/', destination: '/authors/alshie/', statusCode: 301},
  {source: '/authors/LeaVerou/', destination: '/authors/leaverou/', statusCode: 301},
  {source: '/authors/Heydon/', destination: '/authors/heydon/', statusCode: 301},
  {source: '/authors/NVolcz/', destination: '/authors/nvolcz/', statusCode: 301},
  {source: '/authors/ItsMeAra/', destination: '/authors/itsmeara/', statusCode: 301},
  {source: '/authors/CodeFoodPixels/', destination: '/authors/codefoodpixels/', statusCode: 301},
  {source: '/authors/MartyNZ/', destination: '/authors/martynz/', statusCode: 301},
  {source: '/authors/JamesTsetsekas/', destination: '/authors/jamestsetsekas/', statusCode: 301},
  {source: '/authors/JanDW/', destination: '/authors/jandw/', statusCode: 301},
  {source: '/authors/maliMirkec/', destination: '/authors/malimirkec/', statusCode: 301},
  {source: '/authors/Javascripty/', destination: '/authors/javascripty/', statusCode: 301},
  {source: '/authors/TigersWay/', destination: '/authors/tigersway/', statusCode: 301},
  {source: '/authors/BenDMyers/', destination: '/authors/bendmyers/', statusCode: 301},
  {source: '/authors/VicFleur/', destination: '/authors/vicfleur/', statusCode: 301},
  {source: '/authors/Snapstromegon/', destination: '/authors/snapstromegon/', statusCode: 301},
  {source: '/authors/AnalyzePlatypus/', destination: '/authors/analyzeplatypus/', statusCode: 301},
  {source: '/authors/Bassetts/', destination: '/authors/bassetts/', statusCode: 301},
  {source: '/authors/GeauxWeisbeck4/', destination: '/authors/geauxweisbeck4/', statusCode: 301},
  {source: '/authors/Bigaston/', destination: '/authors/bigaston/', statusCode: 301},
  {source: '/authors/Maprunner/', destination: '/authors/maprunner/', statusCode: 301},
  {source: '/authors/BrettMN/', destination: '/authors/brettmn/', statusCode: 301},
  {source: '/authors/Bullrich/', destination: '/authors/bullrich/', statusCode: 301},
  {source: '/authors/Wilto/', destination: '/authors/wilto/', statusCode: 301},
  {source: '/authors/Gyanreyer/', destination: '/authors/gyanreyer/', statusCode: 301},
  {source: '/authors/FrostKiwi/', destination: '/authors/frostkiwi/', statusCode: 301},
  {source: '/authors/AleksandrHovhannisyan/', destination: '/authors/aleksandrhovhannisyan/', statusCode: 301},
  {source: '/authors/GrantSmithDoddle/', destination: '/authors/grantsmithdoddle/', statusCode: 301}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants