| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Committed the package-lock.json file and amended the commit. Since I sillily deleted my fork I had to create a new PR: #166 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When using docsify serve on a site which uses routerMode: history and you either refresh the page or change the site, triggering a live reload, you usually get a 404.
With this, the node connect server will serve the index file for most requests, using npm package connect-history-api-fallback.
This should solve #132