Files
5cd2f65c-c800-46e7-a673-288…/vercel.json
2026-07-02 23:06:25 +00:00

10 lines
159 B
JSON

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