Files
a07a5880-e1ac-48f9-8bbf-323…/vercel.json
2026-06-13 22:10:07 +00:00

10 lines
159 B
JSON

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