Files
5c221c29-e68f-4e1e-8017-722…/vercel.json
2026-06-21 11:27:46 +00:00

10 lines
159 B
JSON

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