Files
09ea5c46-d155-42e0-b5e9-cbb…/vercel.json
2026-06-13 20:47:00 +00:00

10 lines
159 B
JSON

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