mirror of
https://github.com/movie-web/movie-web.git
synced 2025-02-03 10:12:36 +01:00
Update vercel.json
This commit is contained in:
parent
35113ed522
commit
162da3b22b
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }],
|
"rewrites": [
|
||||||
|
{
|
||||||
|
"source": "/(.*)",
|
||||||
|
"destination": "/"
|
||||||
|
}
|
||||||
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "/(.*)",
|
"source": "/(.*)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user