Files
f270c656-e9ee-4328-985f-2f5…/vercel.json
2026-06-22 10:44:57 +00:00

10 lines
159 B
JSON

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