Files
31ebdf2e-4fa3-4e11-a5b8-bec…/vercel.json
2026-06-23 14:03:59 +00:00

10 lines
159 B
JSON

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