13-05-2026 Frontend DEV + HUB
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled

This commit is contained in:
Kevin Adametz 2026-05-13 18:11:03 +02:00
parent 5b8bdf4182
commit 092ee0e918
24 changed files with 3560 additions and 34 deletions

View file

@ -188,6 +188,10 @@ Route::get('/', function () use ($applyWebDomainConfig, $webHomeData) {
$applyWebDomainConfig('businessportal24');
return view('web.businessportal24', $webHomeData(Portal::Businessportal24));
} elseif (str_contains($domain, 'presseportale')) {
$applyWebDomainConfig('presseportale');
return view('web.presseportale');
}
$applyWebDomainConfig('businessportal24');