mirror of
https://github.com/docsifyjs/docsify.git
synced 2026-01-18 15:13:00 +00:00
add vercel.json config file, force all paths to load /index.html for single-page app mode with routerMode:history
This commit is contained in:
parent
bcd8c2586f
commit
61b94dd466
3
vercel.json
Normal file
3
vercel.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user