Files
nexus-spa/vercel.json

11 lines
227 B
JSON

{
"rewrites": [
{
"source": "/:path*",
"destination": "/index.html"
}
],
"trailingSlash": false,
"buildCommand": "bash .vercel/submodule-workaround.sh && npm run build"
}