Files
abaf9e04-597f-4381-90e4-117…/vercel.json
2026-07-05 14:11:34 +00:00

10 lines
159 B
JSON

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