mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
getFirstMediaUrl
This commit is contained in:
@@ -45,7 +45,7 @@ class LecturerLandingPage extends Component
|
||||
'SEOData' => new SEOData(
|
||||
title: $this->lecturer->name,
|
||||
description: $this->lecturer->intro ?? __('This lecturer has not yet written an introduction.'),
|
||||
image: asset($this->lecturer->getFirstMediaUrl('avatar')),
|
||||
image: $this->lecturer->getFirstMediaUrl('avatar'),
|
||||
)
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user