mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Preparations for a Dutch fork
This commit is contained in:
@@ -12,7 +12,7 @@ return [
|
||||
/**
|
||||
* Use this setting to specify the site name that will be used in OpenGraph tags.
|
||||
*/
|
||||
'site_name' => 'Einundzwanzig Portal',
|
||||
'site_name' => env('APP_NAME'),
|
||||
|
||||
/**
|
||||
* Use this setting to specify the path to the sitemap of your website. This exact path will outputted, so
|
||||
@@ -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' => ' - Einundzwanzig Portal',
|
||||
'suffix' => ' - ' . env('APP_NAME'),
|
||||
|
||||
/**
|
||||
* 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