From ca011c0aa904bbbb4cea4fb4f0d4c8c4cb11ceee Mon Sep 17 00:00:00 2001 From: Snazzah <7025343+Snazzah@users.noreply.github.com> Date: Sat, 1 Jan 2022 15:02:53 -0600 Subject: [PATCH] feat: add chat redirect --- docs/.vuepress/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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')