Files
3a8a66e4-dcd0-4b8c-979d-ddd…/vercel.json
2026-06-20 21:57:49 +00:00

10 lines
159 B
JSON

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