File tree 1 file changed +2
-2
lines changed
docs/source/docs/examples
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ title: "Cards"
23
23
24
24
@component ('_ partials.code-sample', [ 'class' => 'p-10 flex justify-center'] )
25
25
<div class =" max-w-sm rounded overflow-hidden shadow-lg " >
26
- <img class="w-full" src="/img/card-top.jpg">
26
+ <img class="w-full" src="{{ $page->baseUrl }} /img/card-top.jpg">
27
27
<div class="px-6 py-4">
28
28
<div class="font-bold text-xl mb-2">The Coldest Sunset</div>
29
29
<p class="text-slate text-base">
@@ -43,7 +43,7 @@ title: "Cards"
43
43
@component ('_ partials.code-sample', [ 'class' => 'p-10 flex justify-center'] )
44
44
<div class =" max-w-md flex " >
45
45
<div class="rounded rounded-l w-128 text-center overflow-hidden">
46
- <img class="block h-64" src="/img/card-left.jpg">
46
+ <img class="block h-64" src="{{ $page->baseUrl }} /img/card-left.jpg">
47
47
</div>
48
48
<div class="border-t border-r border-b border-smoke rounded rounded-r p-4 flex flex-col justify-between">
49
49
<div>
You can’t perform that action at this time.
0 commit comments