Files
a05921f6-c4bd-4d64-b76b-3b4…/vercel.json
2026-06-15 22:35:38 +00:00

10 lines
159 B
JSON

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