Files
19d56a61-20a4-4fd2-8bba-c45…/vercel.json
2026-06-22 07:40:18 +00:00

10 lines
159 B
JSON

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