Files
9abaf0cc-eef8-4030-8b56-9f9…/vercel.json
2026-06-23 10:52:48 +00:00

10 lines
159 B
JSON

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