1234567891011121314151617181920 |
- {
- "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"
- }
- ]
- }
|