This commit is contained in:
Surya Paolo
2023-11-30 10:05:32 +01:00
parent ee5235549e
commit a1bc03017c
4 changed files with 268 additions and 169 deletions

View File

@@ -261,6 +261,16 @@ function getDynamicPages(site: ISites): IListRoutes[] {
inmenu: false,
infooter: false
},
{
active: true,
order: 1000,
path: '/404error',
materialIcon: 'fas fa-calendar-plus',
name: 'otherpages.error404',
component: () => import('@/root/My404page/My404page.vue'),
inmenu: false,
infooter: false
},
]
return baseroutes