From 700066b2b273a9ab89fb6243c42acc30d7e012ab Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Mon, 14 Apr 2025 18:11:28 +0200 Subject: [PATCH] fix: update project name and base URLs to Dialog Relations --- .ddev/config.yaml | 2 +- config/sites/default/config.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 070b7f3..a163d78 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,4 +1,4 @@ -name: lena-schilling +name: dialog-relations type: typo3 docroot: public php_version: "8.3" diff --git a/config/sites/default/config.yaml b/config/sites/default/config.yaml index 5e4254c..5bada4e 100644 --- a/config/sites/default/config.yaml +++ b/config/sites/default/config.yaml @@ -1,8 +1,8 @@ -base: https://lena-schilling.at +base: https://dialog-relations.at baseVariants: - - base: https://lena-schilling.ddev.site + - base: https://dialog-relations.ddev.site condition: 'applicationContext == "Development/Ddev"' - - base: https://lena-schilling.cloonar.dev + - base: https://dialog-relations.cloonar.dev condition: 'applicationContext == "Production/Staging"' dependencies: - georgringer/news @@ -25,8 +25,8 @@ languages: rootPageId: 1 websiteTitle: '' favicons: - full_name: 'Lena Schilling' - short_name: 'Lena Schilling' + full_name: 'Dialog Relations' + short_name: 'Dialog Relations' theme_color: '#233600' favicon_path: 'EXT:base/Resources/Public/Images/Favicons/' favicon_svg: favicon.svg