Files
98b5e04d-646f-4c08-8a66-c80…/vercel.json
2026-06-15 01:25:14 +00:00

10 lines
159 B
JSON

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