Files
b4efd6cd-fe46-4bb5-9153-2bd…/vercel.json
2026-06-20 20:05:11 +00:00

10 lines
159 B
JSON

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