Files
1c69ae8b-fa82-49ff-85fd-5bc…/vercel.json
2026-06-21 18:08:33 +00:00

10 lines
159 B
JSON

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