diff --git a/config/seo.php b/config/seo.php index 8a954afb..a773fb05 100644 --- a/config/seo.php +++ b/config/seo.php @@ -100,7 +100,7 @@ return [ * don't have an image set via an associated ->seo model or via the ->getDynamicSEOData() method. * This should be a path to an image. The url to the path is generated using the `secure_url()` function (`secure_url($yourProvidedPath)`). */ - 'fallback' => '/img/einundzwanzig-horizontal.svg', + 'fallback' => '/img/screenshot.png', ], 'author' => [ diff --git a/public/img/screenshot.png b/public/img/screenshot.png new file mode 100644 index 00000000..32113e96 Binary files /dev/null and b/public/img/screenshot.png differ