Files
e69f7c4c-5ec1-4baf-9051-1ee…/vercel.json
2026-06-22 17:49:09 +00:00

10 lines
159 B
JSON

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