Files
3771fa11-23df-4e10-899f-bdc…/vercel.json
2026-06-19 08:33:01 +00:00

10 lines
159 B
JSON

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