From 6cda136f62dd333e884d56b54313fc8a604e0b49 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Tue, 2 Dec 2025 20:11:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Remove=20unused=20page=20title?= =?UTF-8?q?=20suffix=20in=20SEO=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/seo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,