Files
8a20f936-eeee-4b1f-8f1a-65d…/vercel.json
2026-06-13 14:53:23 +00:00

10 lines
159 B
JSON

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