fix embed media via md still shows link as txt

This commit is contained in:
Tom
2023-04-30 15:44:35 +02:00
parent 627aeb779f
commit a9de38a3be
+1 -1
View File
@@ -72,7 +72,7 @@ const Post = ({ content, handlequoteclick, comment }) => {
remarkPlugins={[blockquoteToGreentext, breaks]}
rehypePlugins={[[rehypeSanitize, customSchema]]}
components={{
img: () => null,
img: ({ src }) => <span>{src}</span>,
video: () => null,
source: () => null,
gif: () => null,