Files
35be2f4f-0f71-4bd1-9ec1-0bd…/vercel.json
2026-06-21 11:46:13 +00:00

10 lines
159 B
JSON

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