Preparations for a Dutch fork

This commit is contained in:
Paul Willen
2023-11-24 15:37:05 +01:00
parent c76dbcb8cc
commit debe4f4093
7 changed files with 907 additions and 7 deletions

View File

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