Files
5c7d29af-1808-4331-88df-b84…/vercel.json
2026-06-21 09:45:12 +00:00

10 lines
159 B
JSON

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