Files
db123cca-9ba1-45f1-b75e-b13…/vercel.json
2026-06-13 23:14:04 +00:00

10 lines
159 B
JSON

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