rrcampbell-exe / ryan-r-campbell

The website, blog, and portfolio for Ryan R. Campbell.
https://www.ryanrcampbell.com
1 stars 0 forks source link

react-router Issues #62

Closed rrcampbell-exe closed 4 months ago

rrcampbell-exe commented 4 months ago

Consider having anything that comes after the URL for a blog post removed from the URL so that it correctly routes visitors to the blog post in question. Specifically, the inclusion of amp in a URL after the blog post's params (as indexed by Google) will cause redirects to the NotFound component.

You should also look into mapping over paths and having them direct to a single element. For example, books/imminent-dawn on the old site should just send you to books#imminent-dawn instead.

Gitstar-OC commented 4 months ago

Hey I would like to fix this issue, assign it to me and I will code it out!

Also checkout my React Notes and in progress Machine Learning notes if you want to progress or contribute!

Happy Coding :)

rrcampbell-exe commented 4 months ago

Thanks for reaching out, but with this being a personal portfolio project, it's important I maintain full ownership for its content and codebase. Wishing you continued success on your machine learning journey!

rrcampbell-exe commented 4 months ago

This issue has been resolved. Remaining bonus feature work/bugs discovered during regression testing:

rrcampbell-exe commented 4 months ago

All of this has been resolved except for

This will be put into a separate issue and addressed at a later date.