diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts index be6d5d0496..968f4393e4 100644 --- a/packages/client/src/router.ts +++ b/packages/client/src/router.ts @@ -93,6 +93,14 @@ export const routes = [{ path: '/theme', name: 'theme', component: page(() => import('./pages/settings/theme.vue')), + }, { + path: '/custom-css', + name: 'custom-css', + component: page(() => import('./pages/settings/custom-css.vue')), + }, { + path: '/account-info', + name: 'account-info', + component: page(() => import('./pages/settings/account-info.vue')), }, { path: '/navbar', name: 'navbar',