:bug: fix 404 errors when reloading with GitHub pages
bunop opened this issue · 0 comments
bunop commented
When reloading a page in GitHub pags we get a 404 page, since GitHub is expecting to find an index.html
file under the requested location (we cannot set the default response to /index.html
like we do in NgINX. Follow this guide and try to solve this issue: