feat: add chat redirect
This commit is contained in:
parent
05095f3802
commit
ca011c0aa9
1 changed files with 3 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Add table
Reference in a new issue