Files
2a2f24a2-39f5-44bb-9493-cff…/vercel.json
2026-06-24 15:01:51 +00:00

10 lines
159 B
JSON

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