File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
src/pages/unauthenticated Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import PreliminaryAssessment from './PreliminaryAssessment.vue';
44import PrintToken from './PrintToken.vue' ;
55import ResetPassword from './ResetPassword' ;
66import PewPew from './PewPew' ;
7+ import DownForMaintenance from './DownForMaintenance.vue' ;
78
89const routes = [
910 {
@@ -42,6 +43,16 @@ const routes = [
4243 name : 'nav.pew' ,
4344 meta : { layout : 'unauthenticated' , noAuth : true } ,
4445 } ,
46+ {
47+ path : '/maintenance' ,
48+ // component: () =>
49+ // import(
50+ // /* webpackChunkName: "down-for-maintenance" */ './DownForMaintenance.vue'
51+ // ),
52+ component : DownForMaintenance ,
53+ name : 'nav.site_maintenance' ,
54+ meta : { layout : 'unauthenticated' , noAuth : true } ,
55+ } ,
4556] ;
4657
4758export default routes ;
You can’t perform that action at this time.
0 commit comments