Files
a6934da2-ca0f-4ce1-9cf4-270…/vercel.json
2026-06-21 15:35:55 +00:00

10 lines
159 B
JSON

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