Files
a264c47c-e7ee-4ec0-837a-279…/vercel.json
2026-06-16 07:27:04 +00:00

10 lines
159 B
JSON

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