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 0836c0e commit c1a85b5Copy full SHA for c1a85b5
components/post-body.tsx
@@ -16,7 +16,7 @@ const PostBody = ({ content }: Props) => {
16
components={{
17
img: (props) => (
18
<Image
19
- src={props.src && props.src}
+ src={props.src!}
20
alt={props.alt}
21
width={props.width}
22
height={props.height}
0 commit comments