Files
45bd8a6f-0f29-4a45-b8b6-136…/vercel.json
2026-06-17 15:07:26 +00:00

10 lines
159 B
JSON

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