Files
b2b9b57d-125e-4bb5-b012-9b4…/vercel.json
2026-06-20 20:01:00 +00:00

10 lines
159 B
JSON

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