Files
f63e0fa2-7e6f-4d48-ab02-84e…/vercel.json
2026-06-23 14:31:29 +00:00

10 lines
159 B
JSON

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