Files
03bd54c1-6d62-4875-86cf-529…/vercel.json
2026-06-13 11:08:14 +00:00

10 lines
159 B
JSON

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