Files
a35e83c2-5e10-4b5b-9c94-ad0…/vercel.json
2026-07-02 22:43:27 +00:00

10 lines
159 B
JSON

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