Files
94b8d9aa-5b3b-436e-a938-3e7…/vercel.json
2026-06-15 18:21:45 +00:00

10 lines
159 B
JSON

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