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) {