From bbdc37ffd409d4e2f8039a6b103855e6f77fb2cd Mon Sep 17 00:00:00 2001 From: k00b Date: Sun, 29 Sep 2024 11:13:33 -0500 Subject: [PATCH] fix missing src on autolinks --- components/text.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/text.js b/components/text.js index b679c553..264c108b 100644 --- a/components/text.js +++ b/components/text.js @@ -110,7 +110,7 @@ export default memo(function Text ({ rel = UNKNOWN_LINK_REL, imgproxyUrls, child item: Item, footnote: Footnote, headlink: ({ node, href, ...props }) => , - autolink: TextMediaOrLink, + autolink: ({ href, ...props }) => , a: ({ node, href, children, ...props }) => { // if outlawed, render the link as text if (outlawed) {