评论插件 Giscus

This commit is contained in:
tangly1024
2022-03-28 18:22:06 +08:00
parent a0943e631a
commit 78c802de0e
2 changed files with 0 additions and 2 deletions

View File

@@ -13,7 +13,6 @@ const GiscusComponent = ({ isDarkMode }) => {
<Giscus
repo={BLOG.COMMENT_GISCUS_REPO}
repoId={BLOG.COMMENT_GISCUS_REPO_ID}
category={BLOG.COMMENT_GISCUS_CATEGORY}
categoryId={BLOG.COMMENT_GISCUS_CATEGORY_ID}
mapping={BLOG.COMMENT_GISCUS_MAPPING}
reactionsEnabled={BLOG.COMMENT_GISCUS_REACTIONS_ENABLED}