diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 506ffb7..0890f0d 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -75,7 +75,9 @@ const config = { [ // TODO update redirects { url: 'https://github.com/LBRYFoundation', - aliases: ['/github/'] } + aliases: ['/github/'] }, + { url: 'https://chat.lbry.com', + aliases: ['/chat/'] } ] ], require('./plugins/richmeta.js')