Files
25aaf1c6-1873-4ea7-b392-74b…/vercel.json
2026-06-14 22:47:40 +00:00

10 lines
159 B
JSON

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