Files
198deadb-6ea3-4e7a-977c-094…/vercel.json
2026-06-14 11:26:52 +00:00

10 lines
159 B
JSON

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