Files
a3160f8a-8eea-4685-b92d-f70…/vercel.json
2026-06-17 20:46:14 +00:00

10 lines
159 B
JSON

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