update
This commit is contained in:
@ -84,7 +84,7 @@ const ArticleItem = ({ article }: { article: Article }) => {
|
||||
className={"h-full w-full"}
|
||||
src={
|
||||
cover_path
|
||||
? `${process.env.NEXT_PUBLIC_CLIENT_ADMIN_BASE_URL}${cover_path}`
|
||||
? `${process.env.NEXT_PUBLIC_CLIENT_BASE_URL}${cover_path}`
|
||||
: undefined
|
||||
}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user