upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit db82597b21 - Show all commits

View File

@ -21,7 +21,6 @@ const DisqusComponent = dynamic(
) )
const Comments = ({ frontMatter }) => { const Comments = ({ frontMatter }) => {
let term
const comment = siteMetadata?.comment const comment = siteMetadata?.comment
if (!comment || Object.keys(comment).length === 0) return <></> if (!comment || Object.keys(comment).length === 0) return <></>
return ( return (