Files
054380d1-71af-453d-97dd-aaf…/vercel.json
2026-06-14 17:20:59 +00:00

10 lines
159 B
JSON

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