hzdg / hz-core

HZ's internal library of React Components 🚧
https://hz-core.netlify.com
0 stars 0 forks source link

🐛 (@docz): fix client-side routing #21

Closed aamorozov closed 5 years ago

aamorozov commented 5 years ago

Reference #20. PR adds a docz-plugin-netlify plugin that generates a _redirects file and puts it in the folder with compiled assets. Lets netlify rewrite all requests to any file that doesn't exist to index page -> react router handles the redirects afterwards.