|
@@ -33,6 +33,11 @@ const routes = [
|
|
name: 'docs',
|
|
name: 'docs',
|
|
beforeEnter(to) { location.href = to.path },
|
|
beforeEnter(to) { location.href = to.path },
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ path: '//talk.desec.io/',
|
|
|
|
+ name: 'talk',
|
|
|
|
+ beforeEnter(to) { location.href = to.path },
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/confirm/:action/:code',
|
|
path: '/confirm/:action/:code',
|
|
name: 'confirmation',
|
|
name: 'confirmation',
|