Files
85a52fba-05ec-4424-936f-51d…/vercel.json
2026-06-21 18:28:36 +00:00

10 lines
159 B
JSON

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