Files
d4960abb-177e-41d2-9e19-9c9…/vercel.json
2026-06-21 11:17:51 +00:00

10 lines
159 B
JSON

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