fix giscus comment config
This commit is contained in:
@@ -159,7 +159,7 @@ const ReaderPage = (props: ReaderPageProps) => {
|
|||||||
</li>
|
</li>
|
||||||
)}
|
)}
|
||||||
</ul>
|
</ul>
|
||||||
<PostComments postId={props.postId} />
|
{Config.Giscus?.enabled && <PostComments postId={props.postId} />}
|
||||||
</div>
|
</div>
|
||||||
{isTOCLongEnough && (
|
{isTOCLongEnough && (
|
||||||
<div className="hidden lg:block md:w-1/3 py-5">
|
<div className="hidden lg:block md:w-1/3 py-5">
|
||||||
|
|||||||
Reference in New Issue
Block a user