Files
27d2f2de-6313-4ff1-9861-e48…/vercel.json
2026-06-14 04:28:01 +00:00

10 lines
159 B
JSON

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