aethex-forge/vercel.json
Builder.io 13c04f8b2e Add Vercel SPA rewrites to serve index.html and use custom 404
cgen-683301d36af143ca9b13b78938070c8e
2025-10-18 01:27:04 +00:00

6 lines
137 B
JSON

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