Files
b9da2d12-be74-49b1-82e5-685…/vercel.json
2026-06-13 19:13:20 +00:00

10 lines
159 B
JSON

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