From 4a23684a6ec64941be609fecda04910caf6f2ffa Mon Sep 17 00:00:00 2001 From: txs Date: Fri, 1 Apr 2022 11:14:31 +0800 Subject: [PATCH] Add Giscus Plugin for NotionNext --- components/Giscus.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Giscus.js b/components/Giscus.js index db9cfb36..7a3a5e97 100644 --- a/components/Giscus.js +++ b/components/Giscus.js @@ -3,6 +3,7 @@ import { Giscus } from '@giscus/react' /** * Giscus评论 @see https://giscus.app/zh-CN + * Contribute by @txs https://github.com/txs/NotionNext/commit/1bf7179d0af21fb433e4c7773504f244998678cb * @returns {JSX.Element} * @constructor */