mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
fix blog covers path for meta tags
This commit is contained in:
parent
cbccfa6e74
commit
e9711a1e6e
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ class Post
|
||||||
$cover = $this->getCover();
|
$cover = $this->getCover();
|
||||||
if ($cover)
|
if ($cover)
|
||||||
{
|
{
|
||||||
$urls[] = 'https://' . $_SERVER['SERVER_NAME'] . '/img/' . $cover;
|
$urls[] = 'https://' . $_SERVER['SERVER_NAME'] . '/img/blog-covers/' . $cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
$matches = [];
|
$matches = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue