diff --git a/ui/app/src/SEO/SEO.tsx b/ui/app/src/SEO/SEO.tsx index 6dfed5766..7efc0a2c7 100644 --- a/ui/app/src/SEO/SEO.tsx +++ b/ui/app/src/SEO/SEO.tsx @@ -37,7 +37,7 @@ export const SEO: FC = ({ Helmet, doc, config }) => { links = defaultLinks, } = config || {}; const pageImage = doc?.image || image; - const isLocalImage = pageImage && useIsLocalLink(pageImage); + const isLocalImage = useIsLocalLink(pageImage); const theme = useTheme(); const imageUrl = isLocalImage && pageImage