Files
985ada63-a090-4bfe-bf30-f45…/vercel.json
2026-06-16 01:24:31 +00:00

10 lines
159 B
JSON

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