We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fdbbc9 commit 4060f24Copy full SHA for 4060f24
src/.vuepress/theme.ts
@@ -72,10 +72,15 @@ export default hopeTheme({
72
// You MUST generate and use your own comment service in production.
73
comment: {
74
provider: "Giscus",
75
- repo: "vuepress-theme-hope/giscus-discussions",
76
- repoId: "R_kgDOG_Pt2A",
+ repo: "TheHackOrg/TheHackOrg.github.io",
+ repoId: "R_kgDOLwsa-Q",
77
category: "Announcements",
78
- categoryId: "DIC_kwDOG_Pt2M4COD69",
+ 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",
84
},
85
86
components: {
0 commit comments