FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Support refresh and livereload in serve when using routerMode history (#132) by Peksa · Pull Request #165 · docsifyjs/docsify-cli · GitHub

fix: Support refresh and livereload in serve when using routerMode history (#132) - #165

Closed
Peksa wants to merge 1 commit into
docsifyjs:masterfrom
Peksa:feat/history-api
Closed

fix: Support refresh and livereload in serve when using routerMode history (#132)#165
Peksa wants to merge 1 commit into
docsifyjs:masterfrom
Peksa:feat/history-api

Conversation

Peksa commented Feb 4, 2022

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
Member

Peksa commented Feb 5, 2022

Copy link
Copy Markdown
Contributor Author

Committed the package-lock.json file and amended the commit. Since I sillily deleted my fork I had to create a new PR: #166

Peksa closed this Feb 5, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL