mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-28 07:56:04 +00: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 a new issue