Skip to content

Commit 368265e

Browse files
committed
disable GiscusProps
1 parent 8bbe7fb commit 368265e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/config.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ export const SOCIALS: SocialObjects = [
4747
},
4848
];
4949

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-
};
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+
// };

0 commit comments

Comments
 (0)