Files
c01b9b4b-5a53-42b3-ba63-7f7…/vercel.json
2026-06-16 01:03:30 +00:00

10 lines
159 B
JSON

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