Files
96af0ce9-4dc0-4667-abfc-ad0…/vercel.json
2026-06-23 04:15:56 +00:00

10 lines
159 B
JSON

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