Skip to content

Commit

Permalink
disable GiscusProps
Browse files Browse the repository at this point in the history
  • Loading branch information
emeraldjava committed Nov 10, 2024
1 parent 8bbe7fb commit 368265e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ export const SOCIALS: SocialObjects = [
},
];

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",
};
// 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 comments on commit 368265e

Please sign in to comment.