Files
de689c4f-6d84-4e4c-8a29-cf7…/vercel.json
2026-06-17 20:59:40 +00:00

10 lines
159 B
JSON

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