mirror of https://github.com/hashicorp/consul
Update UI staging build for vercel hosting (#9628)
* update ui staging for vercel * move vercel.json * add a couple more settings * fix commentspull/9638/head
parent
8d440c532a
commit
88d5e00f99
@ -1,2 +0,0 @@
|
||||
/ /ui
|
||||
/ui/* /ui/index.html 200
|
@ -0,0 +1,6 @@
|
||||
{
|
||||
"public": true,
|
||||
"github": { "silent": true },
|
||||
"redirects": [{ "source": "/", "destination": "/ui/" }],
|
||||
"rewrites": [{ "source": "/ui/(.*)", "destination": "/ui/index.html" }]
|
||||
}
|
Loading…
Reference in new issue