mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Merge pull request #961 from binaryoverload/dev
Add vercel config to properly support non-hash router
This commit is contained in:
commit
95a75f81b1
1 changed files with 3 additions and 0 deletions
3
vercel.json
Normal file
3
vercel.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
|
||||||
|
}
|
Loading…
Reference in a new issue