Skip to content

Commit

Permalink
refactor: Use RSI image url instead of internal
Browse files Browse the repository at this point in the history
  • Loading branch information
octfx committed Dec 28, 2023
1 parent 89bcdb4 commit e8fa1ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class="first-tag badge badge-secondary">
@endunless
<span class="file-type badge badge-{{ $image->metadata->mime_class }}">{{ $image->metadata->mime }}</span>
<a href="{{ $image->url }}" target="_blank" class="text-center d-block">
<img src="{{ str_replace('source', 'post', $image->getLocalOrRemoteUrl()) }}"
<img src="{{ str_replace('source', 'post', $image->url) }}"
alt="{{ empty($image->alt) ? __('Kein alt Text verfügbar') : $image->alt }}"
class="card-img-top"
loading="lazy"/>
Expand Down

0 comments on commit e8fa1ef

Please sign in to comment.