init
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api",
|
||||
"destination": "https://api.antdv-pro.com"
|
||||
},
|
||||
{
|
||||
"source": "/api/",
|
||||
"destination": "https://api.antdv-pro.com/"
|
||||
},
|
||||
{
|
||||
"source": "/api/:match*",
|
||||
"destination": "https://api.antdv-pro.com/:match*"
|
||||
},
|
||||
{
|
||||
"source": "/:path*",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user