Files
260c31fe-0bec-4aa2-9c59-8e4…/vercel.json
2026-06-13 11:18:32 +00:00

10 lines
159 B
JSON

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