Files
71c58ce3-784c-4006-a576-1fe…/vercel.json
2026-06-20 22:50:36 +00:00

10 lines
159 B
JSON

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