primer / primer.style

The website for all things Primer
https://primer.style/
MIT License
163 stars 31 forks source link

Fix design/accessibility redirects on primer.style #355

Closed rezrah closed 1 year ago

rezrah commented 1 year ago

2nd attempt. Fixes URL redirects by moving them above the rewrites, which were taking precedent.

Now all urls that went to primer.style/design/accessibility/* go to primer.style/design/guides/accessibility/*

Fixed and tested on staging site:

https://primerstyle-staging.azurewebsites.net/design/accessibility https://primerstyle-staging.azurewebsites.net/design/accessibility/tooltip-alternatives

☝️ These links would normally 404, but now will redirect correctly.

emilybrick commented 1 year ago

✨ thank you for doing this so quickly!