Files
2a8d46a8-88a8-4b26-8e37-af6…/vercel.json
2026-06-15 14:23:55 +00:00

10 lines
159 B
JSON

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