Files
c47967bb-588e-45f9-9de0-3b6…/vercel.json
2026-06-14 15:13:07 +00:00

10 lines
159 B
JSON

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