Files
d93ed295-3e54-441e-8ff5-420…/vercel.json
2026-06-20 23:01:43 +00:00

10 lines
159 B
JSON

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