Files
6ab94da4-2c99-444c-adf2-180…/vercel.json
2026-06-14 02:13:39 +00:00

10 lines
159 B
JSON

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