Files
3e3fc30d-01de-4187-9087-e2b…/vercel.json
2026-06-13 15:51:12 +00:00

10 lines
159 B
JSON

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