diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts index 968f4393e..c02302fd1 100644 --- a/packages/client/src/router.ts +++ b/packages/client/src/router.ts @@ -356,6 +356,10 @@ export const routes = [{ path: '/other-settings', name: 'other-settings', component: page(() => import('./pages/admin/other-settings.vue')), + }, { + path: '/other-settings', + name: 'other-settings', + component: page(() => import('./pages/admin/custom-css.vue')), }, { path: '/', component: page(() => import('./pages/_empty_.vue')),