Files
8f4591f7-3bdb-444d-bf6d-def…/vercel.json
2026-06-14 11:12:29 +00:00

10 lines
159 B
JSON

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