Files
f9d53230-11a9-48e1-bd74-fe5…/vercel.json
2026-06-21 04:51:01 +00:00

10 lines
159 B
JSON

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