Files
9a0f6db4-8dae-4591-9b39-763…/vercel.json
2026-06-23 01:54:27 +00:00

10 lines
159 B
JSON

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