Files
664a7da3-5f7a-4457-bb5e-534…/vercel.json
2026-06-15 12:30:18 +00:00

10 lines
159 B
JSON

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