Files
0642af15-ec9d-472f-af04-bdc…/vercel.json
2026-06-22 15:54:42 +00:00

10 lines
159 B
JSON

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