{
"rewrites": [
"source": "/api/(.*)",
"destination": "/api/$1"
},
"source": "/(.*)",
"destination": "/index.html"
}
]