Files
279262b6-4be6-46ad-9d22-c7f…/vercel.json
2026-06-16 01:35:42 +00:00

10 lines
159 B
JSON

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