Files
2fcbe7e0-3772-4a60-b5ab-26d…/vercel.json
2026-06-23 10:54:17 +00:00

10 lines
159 B
JSON

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