Files
446a1042-ea4c-4d31-a22a-df7…/vercel.json
2026-06-23 13:12:02 +00:00

10 lines
159 B
JSON

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