From 02493c8d089a56de7183103874b1f7632277ca1b Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 25 Jul 2022 19:19:36 -0700 Subject: [PATCH] Add back admin custom css start --- packages/client/src/router.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/client/src/router.ts b/packages/client/src/router.ts index 968f4393e4..c02302fd15 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')),