From da78aa63ef24d4ceffb3201911bcddcff90cbdcc Mon Sep 17 00:00:00 2001 From: codytseng Date: Fri, 8 Aug 2025 17:45:09 +0800 Subject: [PATCH] fix: remove custom img component in LongFormArticle --- src/components/Note/LongFormArticle/index.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Note/LongFormArticle/index.tsx b/src/components/Note/LongFormArticle/index.tsx index 887c936..dba843b 100644 --- a/src/components/Note/LongFormArticle/index.tsx +++ b/src/components/Note/LongFormArticle/index.tsx @@ -46,9 +46,6 @@ export default function LongFormArticle({ components={ { nostr: (props) => , - img: ({ src, ...props }) => ( - - ), a: (props) => } as Components }