Files
9ce8094a-72c6-4dd6-ab18-6ef…/vercel.json
2026-06-13 11:25:38 +00:00

10 lines
159 B
JSON

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