Files
c27055e0-3d9f-437c-a2b3-2d0…/vercel.json
2026-06-17 14:01:54 +00:00

10 lines
159 B
JSON

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