Files
a9afb6b7-c25e-4f2a-a635-1f4…/vercel.json
2026-06-15 14:24:26 +00:00

10 lines
159 B
JSON

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