@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user