fix: update project name and base URLs to Dialog Relations

This commit is contained in:
2025-04-14 18:11:28 +02:00
parent 5d039e2b63
commit 700066b2b2
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
name: lena-schilling name: dialog-relations
type: typo3 type: typo3
docroot: public docroot: public
php_version: "8.3" php_version: "8.3"

View File

@@ -1,8 +1,8 @@
base: https://lena-schilling.at base: https://dialog-relations.at
baseVariants: baseVariants:
- base: https://lena-schilling.ddev.site - base: https://dialog-relations.ddev.site
condition: 'applicationContext == "Development/Ddev"' condition: 'applicationContext == "Development/Ddev"'
- base: https://lena-schilling.cloonar.dev - base: https://dialog-relations.cloonar.dev
condition: 'applicationContext == "Production/Staging"' condition: 'applicationContext == "Production/Staging"'
dependencies: dependencies:
- georgringer/news - georgringer/news
@@ -25,8 +25,8 @@ languages:
rootPageId: 1 rootPageId: 1
websiteTitle: '' websiteTitle: ''
favicons: favicons:
full_name: 'Lena Schilling' full_name: 'Dialog Relations'
short_name: 'Lena Schilling' short_name: 'Dialog Relations'
theme_color: '#233600' theme_color: '#233600'
favicon_path: 'EXT:base/Resources/Public/Images/Favicons/' favicon_path: 'EXT:base/Resources/Public/Images/Favicons/'
favicon_svg: favicon.svg favicon_svg: favicon.svg