Files
00501a24-d433-43f8-8a86-e16…/vercel.json
2026-06-14 04:18:53 +00:00

10 lines
159 B
JSON

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