Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit d4ea7c5

Browse files
committed
move wildcard route to routes section in vercel.json
1 parent 154f5c8 commit d4ea7c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vercel.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": "/docs",
3030
"destination": "https://docs.0x.org/",
3131
"permanent": true
32-
},
33-
{ "source": "/(.+)", "destination": "/" }
34-
]
32+
}
33+
],
34+
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
3535
}

0 commit comments

Comments
 (0)