open-consul/ui/vercel.json

7 lines
187 B
JSON
Raw Permalink Normal View History

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