Skip to content

Commit 4060f24

Browse files
committed
feature:add comment feature
1 parent 5fdbbc9 commit 4060f24

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/.vuepress/theme.ts

+8-3
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,15 @@ export default hopeTheme({
7272
// You MUST generate and use your own comment service in production.
7373
comment: {
7474
provider: "Giscus",
75-
repo: "vuepress-theme-hope/giscus-discussions",
76-
repoId: "R_kgDOG_Pt2A",
75+
repo: "TheHackOrg/TheHackOrg.github.io",
76+
repoId: "R_kgDOLwsa-Q",
7777
category: "Announcements",
78-
categoryId: "DIC_kwDOG_Pt2M4COD69",
78+
categoryId: "DIC_kwDOLwsa-c4Cez-l",
79+
80+
// data-repo="TheHackOrg/TheHackOrg.github.io",
81+
// data-repo-id="R_kgDOLwsa-Q",
82+
// data-category="Announcements",
83+
// data-category-id="DIC_kwDOLwsa-c4Cez-l",
7984
},
8085

8186
components: {

0 commit comments

Comments
 (0)