diff --git a/include/schema/common/comment.json b/include/schema/common/comment.json index f8633de..7add8af 100644 --- a/include/schema/common/comment.json +++ b/include/schema/common/comment.json @@ -16,6 +16,9 @@ { "$ref": "/comment/facebook.json" }, + { + "$ref": "/comment/giscus.json" + }, { "$ref": "/comment/gitalk.json" }, diff --git a/package.json b/package.json index c03923f..3377524 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "bulma-stylus": "0.8.0", "deepmerge": "^4.3.1", "hexo": "^7.1.1", - "hexo-component-inferno": "^3.0.0", + "hexo-component-inferno": "^3.1.0", "hexo-log": "^4.1.0", "hexo-pagination": "^3.0.0", "hexo-renderer-inferno": "^1.0.2",