Files
db474ea9-2d69-4bed-ac83-112…/vercel.json
2026-07-03 17:07:52 +00:00

10 lines
159 B
JSON

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