Files
fa8c09bb-18d4-4fa9-bc34-735…/vercel.json
2026-06-18 07:22:45 +00:00

10 lines
159 B
JSON

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