Files
dbe777b9-7394-4311-b584-4b3…/vercel.json
2026-06-17 11:20:18 +00:00

10 lines
159 B
JSON

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