We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2472ec commit 4d2611fCopy full SHA for 4d2611f
components/comments/index.js
@@ -22,6 +22,7 @@ const DisqusComponent = dynamic(
22
23
const Comments = ({ frontMatter }) => {
24
let term
25
+ if (!siteMetadata.comment) return <></>
26
switch (
27
siteMetadata.comment.giscusConfig.mapping ||
28
siteMetadata.comment.utterancesConfig.issueTerm
0 commit comments