Files
3dd214d7-88b9-481b-8893-020…/vercel.json
2026-06-14 04:52:23 +00:00

10 lines
159 B
JSON

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