Files
b6633ef0-5e79-4d8e-908d-35b…/vercel.json
2026-06-16 14:52:00 +00:00

10 lines
159 B
JSON

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