Files
21e1c7fa-5cfd-4898-b90c-64e…/vercel.json
2026-06-23 11:07:53 +00:00

10 lines
159 B
JSON

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