Skip to content

Commit

Permalink
remove cateid
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwu51 committed Jun 10, 2024
1 parent b6c1544 commit e5ba48f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/components/Discussion.jsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
'use client'
import Giscus from '@giscus/react';

const categoryId = process.env.NEXT_PUBLIC_GISCUS_CATEGORY_ID;
export default function () {
return <Giscus
id="comments"
repo="sunwu51/notebook"
repoId="MDEwOlJlcG9zaXRvcnkxMTkxNjk2MzE="
category="General"
categoryId="DIC_kwDOBxpiX84CfzJL"
categoryId={categoryId}
mapping="url"
term=""
reactionsEnabled="1"
Expand Down

0 comments on commit e5ba48f

Please sign in to comment.