diff --git a/client/src/App.vue b/client/src/App.vue index d93c66f0..f678448e 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -8,6 +8,7 @@ diff --git a/client/src/router/index.js b/client/src/router/index.js index 2a009b38..8604dcd2 100644 --- a/client/src/router/index.js +++ b/client/src/router/index.js @@ -16,7 +16,7 @@ import p404 from '@/pages/p404' import start from '@/pages/start' const routes = [ - {path: '/', component: start}, + {path: '/', component: start, meta: {layout: 'blank'}}, { path: '/module/:slug', component: moduleBase,