mapra99 / cats-wiki

https://demo.cats-wiki.lat/
2 stars 0 forks source link

Enable urls diferent than the homepage to access directly (SSR) #29

Closed mapra99 closed 3 years ago

mapra99 commented 3 years ago

When going straight into https://cats-wiki-git-development.mapra99.vercel.app/top-breeds we get a 404. There must be a way to tell vercel to respond to those requests different from the root path, and give it to react-router to handle it on the client-side.