We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fff841 commit 0836c0eCopy full SHA for 0836c0e
components/post-body.tsx
@@ -16,7 +16,7 @@ const PostBody = ({ content }: Props) => {
16
components={{
17
img: (props) => (
18
<Image
19
- src={props.src}
+ src={props.src && props.src}
20
alt={props.alt}
21
width={props.width}
22
height={props.height}
0 commit comments