feat: add chat redirect

This commit is contained in:
Snazzah 2022-01-01 15:02:53 -06:00 committed by GitHub
parent 05095f3802
commit ca011c0aa9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,9 @@ const config = {
[ [
// TODO update redirects // TODO update redirects
{ url: 'https://github.com/LBRYFoundation', { url: 'https://github.com/LBRYFoundation',
aliases: ['/github/'] } aliases: ['/github/'] },
{ url: 'https://chat.lbry.com',
aliases: ['/chat/'] }
] ]
], ],
require('./plugins/richmeta.js') require('./plugins/richmeta.js')