Files
f62b8b66-801f-4e4b-ba5b-df9…/vercel.json
2026-06-22 18:02:17 +00:00

10 lines
159 B
JSON

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