Files
a7fc1d17-e0ac-4e00-b62c-32b…/vercel.json
2026-06-21 18:08:25 +00:00

10 lines
159 B
JSON

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