mirror of
https://github.com/movie-web/movie-web.git
synced 2025-02-18 01:30:06 +00: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": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/(.*)",
|
"source": "/(.*)",
|
||||||
|
|
Loading…
Reference in a new issue