diff --git a/model/Post.class.php b/model/Post.class.php index ca277d9d..86958276 100644 --- a/model/Post.class.php +++ b/model/Post.class.php @@ -249,7 +249,7 @@ class Post $cover = $this->getCover(); if ($cover) { - $urls[] = 'https://' . $_SERVER['SERVER_NAME'] . '/img/' . $cover; + $urls[] = 'https://' . $_SERVER['SERVER_NAME'] . '/img/blog-covers/' . $cover; } $matches = [];