mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-07-15 08:17:20 +02:00
discord lander page
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user