Files
5e5e57d0-345f-4a74-a1de-5da…/vercel.json
2026-06-13 11:35:36 +00:00

10 lines
159 B
JSON

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