mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 04:15:09 +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
3
vercel.json
Normal file
3
vercel.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user