debug: add rewrite
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
{
|
||||
"buildCommand": "npm install && mkdir --parents .vercel/output/functions/api.func/ && cp --recursive ./* .vercel/output/functions/api.func/ && cp --recursive .vercel/output/functions/api.func/_dot_vercel_copy/output/ .vercel/",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/dummy/:match*",
|
||||
"destination": "/api/:match*"
|
||||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/",
|
||||
|
||||
Reference in New Issue
Block a user