You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you visit the wrong page, it directs to Netlify's default "Page Not Found" page. Need to create a custom 404 page. Wouldn't mind some styling to make it look pretty.
The text was updated successfully, but these errors were encountered:
I've implemented the 404 page, but I'm having trouble getting it to work. I added the "*" route to catch all unmatched paths, yet it doesn't redirect to the 404 page as expected. The nested routing configuration in react-router-dom is a bit confusing. I'm open to submitting a PR so we can work together on this issue.
What feature would you like to see?
When you visit the wrong page, it directs to Netlify's default "Page Not Found" page. Need to create a custom 404 page. Wouldn't mind some styling to make it look pretty.
The text was updated successfully, but these errors were encountered: