This commit is contained in:
quantulr
2023-11-08 17:19:55 +08:00
parent cecc64f366
commit 73ae2850b6
13 changed files with 42 additions and 40 deletions

View File

@ -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
}
/>