From 880db5b4dc2a1d3b3aacfb1e57bff19f9d681d32 Mon Sep 17 00:00:00 2001 From: PJ568 Date: Sun, 26 May 2024 14:32:29 +0800 Subject: [PATCH] feat(view): Add Giscus --- include/schema/common/comment.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/schema/common/comment.json b/include/schema/common/comment.json index f8633de13..7add8af0a 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" },