Files
327561e5-fb9c-457f-9b88-2c6…/vercel.json
2026-06-23 02:27:18 +00:00

10 lines
159 B
JSON

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