mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 02:17:40 -07:00
Add back admin custom css start
This commit is contained in:
parent
f9003c5ee8
commit
a8be587b94
1 changed files with 4 additions and 0 deletions
|
@ -356,6 +356,10 @@ export const routes = [{
|
||||||
path: '/other-settings',
|
path: '/other-settings',
|
||||||
name: 'other-settings',
|
name: 'other-settings',
|
||||||
component: page(() => import('./pages/admin/other-settings.vue')),
|
component: page(() => import('./pages/admin/other-settings.vue')),
|
||||||
|
}, {
|
||||||
|
path: '/other-settings',
|
||||||
|
name: 'other-settings',
|
||||||
|
component: page(() => import('./pages/admin/custom-css.vue')),
|
||||||
}, {
|
}, {
|
||||||
path: '/',
|
path: '/',
|
||||||
component: page(() => import('./pages/_empty_.vue')),
|
component: page(() => import('./pages/_empty_.vue')),
|
||||||
|
|
Loading…
Reference in a new issue