Skip to content

Commit

Permalink
update blog comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-Mcat committed Aug 18, 2024
1 parent c375f48 commit 6305cb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/GiscusComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export default function GiscusComponent() {

return (
<Giscus
repo="nameOfYourGitHubAccount/nameOfCreatedRepository"
repoId="idOfCreatedRepo"
category="General"
categoryId="IdOfDiscussionCategory" // E.g. id of "General"
repo="wj-Mcat/agent-handbook"
repoId="R_kgDOMKUZww"
category="Q&A"
categoryId="DIC_kwDOMKUZw84ChvU2" // E.g. id of "General"
mapping="url" // Important! To map comments to URL
term="Welcome to @giscus/react component!"
strict="0"
Expand Down

0 comments on commit 6305cb0

Please sign in to comment.