Files
a26d675e-115d-43f7-b80e-0d8…/vercel.json
2026-06-23 03:11:10 +00:00

10 lines
159 B
JSON

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