Files
c8f777e7-7d81-4dfc-98bd-bae…/vercel.json
2026-06-21 08:48:50 +00:00

10 lines
159 B
JSON

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