Files
3242dbb9-bc4b-4d4a-b06b-0d6…/vercel.json
2026-06-20 22:41:15 +00:00

10 lines
159 B
JSON

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