docs: try vercel.json for SPA fallback

This commit is contained in:
Eric Liu 2020-10-10 11:15:42 -07:00
commit 444b327104
3 changed files with 25 additions and 2 deletions

7
docs/vercel.json Normal file
View file

@ -0,0 +1,7 @@
{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/index.html" }
]
}