diff --git a/config/feed.php b/config/feed.php index ef18ae83..9dda878b 100644 --- a/config/feed.php +++ b/config/feed.php @@ -27,7 +27,7 @@ return [ * a banner/logo; for RSS and JSON feeds, it's displayed as an icon. * An empty value omits the image attribute from the feed. */ - 'image' => asset('img/einundzwanzig.png'), + 'image' => '', /* * The format of the feed. Acceptable values are 'rss', 'atom', or 'json'.