diff --git a/web/src/router/index.ts b/web/src/router/index.ts index 66f2732..7cd8b58 100644 --- a/web/src/router/index.ts +++ b/web/src/router/index.ts @@ -44,6 +44,18 @@ const routes = [ } ] }, + { + path: '/discovery', + component: () => import('@/layouts/single/Default.vue'), + children: [ + { + path: '', + name: 'Discovery', + component: () => + import(/* webpackChunkName: "discovery" */ '@/views/Discovery.vue') + } + ] + }, { path: '/about', diff --git a/web/src/views/Discovery.vue b/web/src/views/Discovery.vue new file mode 100644 index 0000000..3e4aa23 --- /dev/null +++ b/web/src/views/Discovery.vue @@ -0,0 +1,86 @@ + + +