fix: remove custom img component in LongFormArticle

This commit is contained in:
codytseng
2025-08-08 17:45:09 +08:00
parent 3950cbd9e6
commit da78aa63ef

View File

@@ -46,9 +46,6 @@ export default function LongFormArticle({
components={
{
nostr: (props) => <NostrNode {...props} />,
img: ({ src, ...props }) => (
<ImageWithLightbox image={{ url: src ?? '', pubkey: event.pubkey }} {...props} />
),
a: (props) => <a {...props} target="_blank" rel="noreferrer noopener" />
} as Components
}