scalable_oversight/vercel.json
2025-07-12 17:16:47 +02:00

7 lines
144 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}