blog + sidebar
This commit is contained in:
@@ -9,7 +9,7 @@ interface Props {
|
||||
|
||||
const BlogItem: FC<Props> = ({ item }) => {
|
||||
return (
|
||||
<Link href={`/blogs/${item.id}`} className='flex-1 w-full min-h-[390px] rounded-4xl overflow-hidden relative'>
|
||||
<Link href={`/blogs/${item.slug}`} className='flex-1 w-full min-h-[390px] rounded-4xl overflow-hidden relative'>
|
||||
<Image
|
||||
src={item.imageUrl}
|
||||
layout='fill'
|
||||
|
||||
Reference in New Issue
Block a user