Files
1912c69a-c92e-4109-8acf-bd1…/vercel.json
2026-06-23 03:04:28 +00:00

10 lines
159 B
JSON

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