mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 05:41:53 +01:00
Merge pull request #1021 from Honkertonken/fix-vercel
Fix mixed-routing-properties error
This commit is contained in:
commit
f1a8ff4bf8
@ -1,5 +1,10 @@
|
||||
{
|
||||
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/"
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
|
Loading…
Reference in New Issue
Block a user