Files
7c723561-d504-4c7d-be9e-877…/vercel.json
2026-06-21 15:18:29 +00:00

10 lines
159 B
JSON

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