Files
5b885222-5a37-4bba-b7f4-2b8…/vercel.json
2026-06-14 14:00:29 +00:00

10 lines
159 B
JSON

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