Files
19a9b218-7f13-4576-a4ae-44d…/vercel.json
2026-06-30 09:35:18 +00:00

10 lines
159 B
JSON

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