mirror of
https://github.com/docsifyjs/docsify.git
synced 2025-12-08 19:55:52 +00:00
- Replace live-server with existing Browsersync dependency as web server - Remove duplicate `index.html` file - Add `build:html` script to generate `/docs/preview.html`
10 lines
126 B
JSON
10 lines
126 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "./docs/preview.html",
|
|
"permanent": true
|
|
}
|
|
]
|
|
}
|