Files
Incidents-Data-Portal/frontend/vercel.json
T

21 lines
374 B
JSON
Raw Normal View History

2026-07-10 18:55:55 +08:00
{
"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"
}
]
}