Files
a4ad0220-4cc1-4cdf-9aa8-a64…/vercel.json
2026-06-23 21:04:07 +00:00

10 lines
159 B
JSON

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