docsifyjs / docsify-cli

🖌 docsify cli tool - A magical documentation generator.
https://cli.docsifyjs.org
MIT License
721 stars 153 forks source link

how delete livereload #199

Closed hhtower closed 1 year ago

hhtower commented 1 year ago

how can i delete livereload ? use docsify-cli 4.4.4. when docsify server, then visit, and throw strict-origin-when-cross-origin. so I want to delete it. I think, livereload is an optional item。

sy-records commented 1 year ago

livereload is used for timely preview of the local environment.

If you deploy docsify in production environment, it is not recommended to use docsify serve.

We can add an option to set whether it is on or not, I will add it.