Files
e9e228f7-9f45-4350-ae43-a65…/vercel.json
2026-06-22 05:10:10 +00:00

10 lines
159 B
JSON

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