Files
788adb5d-fd01-424d-a43e-ee2…/vercel.json
2026-06-14 10:42:33 +00:00

10 lines
159 B
JSON

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