We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd1f57 commit 46ac6e5Copy full SHA for 46ac6e5
resources/views/articles/show.blade.php
@@ -26,8 +26,8 @@
26
src="{{ $article->heroImage(2000,384) }}"
27
alt="Article Hero Image"
28
onerror="
29
- this.onerror=null;
30
- this.src='images/default-background.svg';"
+ this.onerror=null
+ this.src='{{ asset('images/default-background.svg') }}'"
31
>
32
<div class="flex items-center justify-between mb-28 text-sm lg:text-base">
33
<a href="{{ route('articles') }}" class="flex items-center text-white hover:underline">
resources/views/components/articles/summary.blade.php
@@ -12,7 +12,7 @@
12
13
14
this.onerror=null;
15
16
17
</a>
18
@endif
0 commit comments