We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bbe7fb commit 368265eCopy full SHA for 368265e
src/config.ts
@@ -47,15 +47,15 @@ export const SOCIALS: SocialObjects = [
47
},
48
];
49
50
-export const GISCUS: GiscusProps = {
51
- repo: "[ENTER REPO HERE]",
52
- repoId: "[ENTER REPO ID HERE]",
53
- category: "[ENTER CATEGORY NAME HERE]",
54
- categoryId: "[ENTER CATEGORY ID HERE]",
55
- mapping: "pathname",
56
- reactionsEnabled: "0",
57
- emitMetadata: "0",
58
- inputPosition: "bottom",
59
- lang: "en",
60
- loading: "lazy",
61
-};
+// export const GISCUS: GiscusProps = {
+// repo: "[ENTER REPO HERE]",
+// repoId: "[ENTER REPO ID HERE]",
+// category: "[ENTER CATEGORY NAME HERE]",
+// categoryId: "[ENTER CATEGORY ID HERE]",
+// mapping: "pathname",
+// reactionsEnabled: "0",
+// emitMetadata: "0",
+// inputPosition: "bottom",
+// lang: "en",
+// loading: "lazy",
+// };
0 commit comments