mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-31 09:21:26 +00:00
fix favicon issues
This commit is contained in:
parent
7dbd1e995c
commit
73b7b59096
2 changed files with 2 additions and 1 deletions
|
@ -109,6 +109,7 @@ 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',
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
|
||||
<meta name="description" content="<?php echo Response::getMetaDescription() ?>">
|
||||
<meta name="msapplication-TileColor" content="#155B4A">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="msapplication-TileImage" content="/img/fav/mstile-144x144.png">
|
||||
<meta name="theme-color" content="#155B4A">
|
||||
<!-- Twitter Card data -->
|
||||
<meta name="twitter:site" content="@lbryio">
|
||||
|
|
Loading…
Add table
Reference in a new issue