Files
a962e537-b83b-4eb8-9485-363…/vercel.json
2026-06-22 22:21:13 +00:00

10 lines
159 B
JSON

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