c0bf4df029
* 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" }]
|
|
}
|