Files
50ad7374-258b-4e57-b208-efe…/vercel.json
2026-06-24 23:05:22 +00:00

10 lines
159 B
JSON

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