Files
adaa3aed-9487-4454-891e-fd6…/vercel.json
2026-06-14 02:43:38 +00:00

10 lines
159 B
JSON

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