Files
8b9d2f39-53ce-431c-8411-e40…/vercel.json
2026-06-22 15:22:39 +00:00

10 lines
159 B
JSON

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