Files
e75a260b-76d0-4ee8-aa22-7fd…/vercel.json
2026-06-14 10:39:45 +00:00

10 lines
159 B
JSON

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