Files
856da455-3fd4-4383-8a0e-878…/vercel.json
2026-06-23 08:43:19 +00:00

10 lines
159 B
JSON

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