open-consul/ui/vercel.json
Jeff Escalante c0bf4df029
Update UI staging build for vercel hosting (#9628)
* update ui staging for vercel

* move vercel.json

* add a couple more settings

* fix comments
2021-01-25 13:46:20 -05:00

7 lines
187 B
JSON

{
"public": true,
"github": { "silent": true },
"redirects": [{ "source": "/", "destination": "/ui/" }],
"rewrites": [{ "source": "/ui/(.*)", "destination": "/ui/index.html" }]
}