mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
remove https in meta since we do not actually have SSL...
This commit is contained in:
parent
b82cfab503
commit
9b98a19dbd
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ class Response
|
|||
|
||||
public static function getMetaImage()
|
||||
{
|
||||
return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png';
|
||||
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
|
||||
}
|
||||
|
||||
public static function setMetaTitle($title)
|
||||
|
|
|
@ -87,6 +87,6 @@ class View
|
|||
|
||||
public static function getMetaImage()
|
||||
{
|
||||
return static::$metaImg ?: 'https://lbry.io/img/lbry-dark-1600x528.png';
|
||||
return static::$metaImg ?: 'http://lbry.io/img/lbry-dark-1600x528.png';
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue