fix: initial changes to allow for intial deployment

This commit is contained in:
2023-12-15 02:47:48 +00:00
parent 26c4b2c959
commit 2b62304349
11 changed files with 107 additions and 78 deletions

View File

@@ -34,8 +34,7 @@
<div class="explore-style-one flex-stretch">
<div class="thumb">
<a href="/podcast/{{ $episode->podcast->slug }}/episode/{{ $episode->slug }}">
<img src="{{ 'http://'
. config('app.static_asset_url')
<img src="{{ config('app.static_asset_url')
. '/thumbnails/'
. $episode->artwork->filename ?? '#'}}"
alt="{{ $episode->title }}, {{ $episode->podcast->name }} Episode {{ number_format($episode->episode_number + 0) }}">