Files
d2ab1b91-84a2-45a6-9ca3-d10…/vercel.json
2026-06-22 21:37:30 +00:00

10 lines
159 B
JSON

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