Files
7fff0cc5-5ec6-40a2-a3f1-2db…/vercel.json
2026-07-03 07:00:46 +00:00

10 lines
159 B
JSON

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