Kurate/packages/ui/vercel.json
2023-03-08 23:18:03 +01:00

9 lines
122 B
JSON

{
"build": {
"env": {
"ENABLE_VC_BUILD": "1"
}
},
"routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }]
}