mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
live
This commit is contained in:
parent
4259e3cc87
commit
1a1279726a
1 changed files with 8 additions and 7 deletions
|
@ -127,13 +127,14 @@ class Controller
|
|||
|
||||
$tempRedirects = [
|
||||
'/apple-touch-icon.png' => '/img/fav/apple-touch-icon.png',
|
||||
'/LBRY-deck.pdf' => 'https://www.dropbox.com/s/0xj4vgucsbi8rtv/lbry-deck.pdf?dl=1',
|
||||
'/deck.pdf' => 'https://www.dropbox.com/s/0xj4vgucsbi8rtv/lbry-deck.pdf?dl=1',
|
||||
'/pln.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1',
|
||||
'/plan.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1',
|
||||
'/api' => 'https://lbryio.github.io/lbry',
|
||||
'/api-help' => 'https://lbryio.github.io/lbry',
|
||||
'/security' => '/faq/security',
|
||||
'/LBRY-deck.pdf' => 'https://www.dropbox.com/s/0xj4vgucsbi8rtv/lbry-deck.pdf?dl=1',
|
||||
'/deck.pdf' => 'https://www.dropbox.com/s/0xj4vgucsbi8rtv/lbry-deck.pdf?dl=1',
|
||||
'/pln.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1',
|
||||
'/plan.pdf' => 'https://www.dropbox.com/s/uevjrwnyr672clj/lbry-pln.pdf?dl=1',
|
||||
'/api' => 'https://lbryio.github.io/lbry',
|
||||
'/api-help' => 'https://lbryio.github.io/lbry',
|
||||
'/security' => '/faq/security',
|
||||
'/live' => 'https://www.youtube.com/channel/UCXAcp3dJuPqeUekOacsuyaQ',
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue