update
This commit is contained in:
@ -79,13 +79,7 @@ const ArticleItem = ({ article }: { article: Article }) => {
|
||||
className={"aspect-square"}
|
||||
href={`/branch-life-sketch/${article.id}`}
|
||||
>
|
||||
<img
|
||||
alt={""}
|
||||
className={"h-full w-full"}
|
||||
src={article.image
|
||||
.replace("http://101.34.131.16:8084/api/uploads/", "")
|
||||
.replace("http://localhost:8084/api/uploads/", "")}
|
||||
/>
|
||||
<img alt={""} className={"h-full w-full"} src={article.image} />
|
||||
</Link>
|
||||
|
||||
<div className={"ml-1 w-0 flex-1"}>
|
||||
|
Reference in New Issue
Block a user