Files
4035ffaf-4c0f-4066-b4b8-5ae…/vercel.json
2026-06-22 00:26:06 +00:00

10 lines
159 B
JSON

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