Files

12 lines
212 B
JSON
Raw Permalink Normal View History

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