Files
66ac481e-248c-4aad-a736-4b6…/vercel.json
2026-06-30 13:18:50 +00:00

10 lines
159 B
JSON

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