added ui for configuration errors page

ref #3
This commit is contained in:
2021-03-04 19:56:17 +01:00
parent 20229ab142
commit c92d5bf5f2
4 changed files with 37 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ if (config.baseurl && config.documentserver_key) {
{ path: '/profile', component: Profile }
];
} else {
routes = [ { path: '/*', component: EnvError } ];
routes = [ { path: '/', component: EnvError } ];
}
const router = createRouter({
history: createWebHistory(),