Files
6598973c-71f6-4892-abea-86d…/vercel.json
2026-06-15 01:46:29 +00:00

10 lines
159 B
JSON

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