🔄 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

@@ -16,5 +16,5 @@
</g>
</svg>
@else
<img src="{{ get_domain_image() }}" alt="{{ session('lang_country', 'de-DE') }}">
<img src="{{ get_domain_attributes()['image'] }}" alt="{{ session('lang_country', 'de-DE') }}">
@endif