diff --git a/webapp/src/router/index.ts b/webapp/src/router/index.ts index 50fa563..69b7027 100644 --- a/webapp/src/router/index.ts +++ b/webapp/src/router/index.ts @@ -183,6 +183,14 @@ const router = createRouter({ title: 'Blog Post | DeFlock' } }, + { + path: '/discord', + name: 'discord', + component: () => import('../views/DiscordJoin.vue'), + meta: { + title: 'Join our Discord | DeFlock' + } + }, { path: '/:pathMatch(.*)*', name: 'not-found', @@ -190,6 +198,7 @@ const router = createRouter({ meta: { title: 'Not Found | DeFlock' } + } ] }) diff --git a/webapp/src/views/DiscordJoin.vue b/webapp/src/views/DiscordJoin.vue new file mode 100644 index 0000000..22e882b --- /dev/null +++ b/webapp/src/views/DiscordJoin.vue @@ -0,0 +1,42 @@ + + + + +