mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🔧 Remove unused page title suffix in SEO configuration
This commit is contained in:
@@ -75,7 +75,7 @@ return [
|
|||||||
* Use this setting to provide a suffix that will be added after the title on each page.
|
* 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.
|
* 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,
|
* Use this setting to provide a custom title for the homepage. We will not use the suffix on the homepage,
|
||||||
|
|||||||
Reference in New Issue
Block a user