Files
01b57db5-aeba-48f3-9de4-e4e…/vercel.json
2026-06-15 10:47:22 +00:00

10 lines
159 B
JSON

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