Files
d029b19e-fd98-41b7-9e75-77c…/vercel.json
2026-06-23 04:43:15 +00:00

10 lines
159 B
JSON

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