Files
70556a7f-e48c-4925-9c32-a06…/vercel.json
2026-07-05 15:47:44 +00:00

10 lines
159 B
JSON

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