Files
5db891cc-9c33-4ac9-b9f2-807…/vercel.json
2026-07-01 04:06:57 +00:00

10 lines
159 B
JSON

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