Files
6debdb54-0daf-4d9e-bab6-85d…/vercel.json
2026-07-01 18:19:01 +00:00

10 lines
159 B
JSON

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