valley-commons/vercel.json

14 lines
192 B
JSON

{
"version": 2,
"buildCommand": null,
"outputDirectory": ".",
"framework": null,
"rewrites": [
{
"source": "/((?!api/).*)",
"destination": "/index.html"
}
]
}