Files
7b7edc6e-bb90-415b-8f29-5cb…/vercel.json
2026-06-22 09:52:50 +00:00

10 lines
159 B
JSON

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