diff --git a/src/components/Post.jsx b/src/components/Post.jsx index 872916a0..a9dc83e1 100644 --- a/src/components/Post.jsx +++ b/src/components/Post.jsx @@ -73,9 +73,9 @@ const Post = ({ content, handlequoteclick, comment }) => { rehypePlugins={[[rehypeSanitize, customSchema]]} components={{ img: ({ src }) => {src}, - video: () => null, - source: () => null, - gif: () => null, + video: ({ src }) => {src}, + source: ({ src }) => {src}, + gif: ({ src }) => {src}, p: ({ children }) =>