Files
b0297905-d9f7-4633-b516-b5e…/vercel.json
2026-06-22 22:52:49 +00:00

10 lines
159 B
JSON

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