diff --git a/config/seo.php b/config/seo.php index bc3bca5..63b6b92 100644 --- a/config/seo.php +++ b/config/seo.php @@ -75,7 +75,7 @@ return [ * Use this setting to provide a suffix that will be added after the title on each page. * If you don't want a suffix, you should specify an empty string. */ - 'suffix' => ' - ' . env('APP_NAME'), + 'suffix' => '', /** * Use this setting to provide a custom title for the homepage. We will not use the suffix on the homepage,