🔄 Refactor domain image helper to return attributes array

🖼️ Update SEO data to use domain attributes instead of single image
🌐 Adjust meetup model and blade component to use new domain attributes function
This commit is contained in:
HolgerHatGarKeineNode
2025-12-11 16:35:46 +01:00
parent deeb1f066d
commit 1ccbd0a9ed
4 changed files with 146 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ class Meetup extends Model implements HasMedia
$this
->addMediaCollection('logo')
->singleFile()
->useFallbackUrl(get_domain_image());
->useFallbackUrl(get_domain_attributes()['image']);
}
public function createdBy(): BelongsTo