docs: fix rendering of some images on build (#3832)

This commit is contained in:
Shahed Nasser
2023-04-13 22:21:03 +03:00
committed by GitHub
parent b9e0af5470
commit 1da7491faa
3 changed files with 1 additions and 19 deletions
@@ -73,8 +73,6 @@ export default function CloudinaryImage ({ src, ...props }) {
}
return (
<p className="cloudinary-image-wrapper">
<MDXImg {...props} src={image.toURL()} />
</p>
<MDXImg {...props} src={image.toURL()} />
)
}