Files
eeaeb673-c3e0-41b3-a454-908…/vercel.json
2026-07-04 16:53:29 +00:00

10 lines
159 B
JSON

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