Files
9af4f806-190b-4e30-b3a3-5fb…/vercel.json
2026-06-24 01:40:32 +00:00

10 lines
159 B
JSON

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