🔧 Remove unused page title suffix in SEO configuration

This commit is contained in:
HolgerHatGarKeineNode
2025-12-02 20:11:59 +01:00
parent 6f77108ca2
commit 6cda136f62

View File

@@ -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,