mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 05:23:04 +00:00
88d5e00f99
* update ui staging for vercel * move vercel.json * add a couple more settings * fix comments
7 lines
187 B
JSON
7 lines
187 B
JSON
{
|
|
"public": true,
|
|
"github": { "silent": true },
|
|
"redirects": [{ "source": "/", "destination": "/ui/" }],
|
|
"rewrites": [{ "source": "/ui/(.*)", "destination": "/ui/index.html" }]
|
|
}
|