Files
562ab0b3-d9bf-42b7-9203-d18…/vercel.json
2026-06-17 14:05:58 +00:00

10 lines
159 B
JSON

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