From 28b76ba05d8c593ee5252299b0b177f2494004d4 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 14 Oct 2021 16:30:30 +0200 Subject: fix: display non-rel image --- components/Sidebar/Link.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'components/Sidebar/Link.tsx') diff --git a/components/Sidebar/Link.tsx b/components/Sidebar/Link.tsx index f3ada7d..9f6ed76 100644 --- a/components/Sidebar/Link.tsx +++ b/components/Sidebar/Link.tsx @@ -102,6 +102,7 @@ export const PreviewLink = (props: LinkProps) => { const [whatever, type, uri] = [...href.matchAll(/(.*?)\:(.*)/g)][0] const [hover, setHover] = useState(false) + console.log(href) const getId = (type: string, uri: string) => { if (type === 'id') { return uri -- cgit v1.2.3