Files
7622d956-67d9-4d74-8892-694…/vercel.json
2026-06-23 08:54:24 +00:00

10 lines
159 B
JSON

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