Files
cca68648-e06a-45d8-8a2a-425…/vercel.json
2026-06-15 23:25:59 +00:00

10 lines
159 B
JSON

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