Files
1e23f40d-73ed-4ca6-a0d9-5fc…/vercel.json
2026-06-18 10:13:14 +00:00

10 lines
159 B
JSON

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