이미지 경로 수정
This commit is contained in:
parent
5440d3c525
commit
3b0c29596a
|
|
@ -64,7 +64,7 @@
|
|||
<div class="col mb-5">
|
||||
<div class="card h-100">
|
||||
<!-- Product image-->
|
||||
<img class="card-img-top" src="https://api.leejk0523.com${ item.filepath }" alt="..." width="270" height="180" />
|
||||
<img class="card-img-top" src="${ item.filepath }" alt="..." width="270" height="180" />
|
||||
<!-- Product details-->
|
||||
<div class="card-body p-4">
|
||||
<div class="text-center">
|
||||
|
|
|
|||
Loading…
Reference in New Issue