Skip to content

Commit

Permalink
Update �Gitcus.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
khj0426 authored Dec 6, 2024
1 parent 74a3ffc commit 017aaf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Gitcus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export default function Giscus() {
scriptElem.setAttribute('data-input-position', 'bottom')
scriptElem.setAttribute('data-theme', theme)
scriptElem.setAttribute('data-lang', 'ko')
scriptElem.setAttribute('data-category-id', 'DIC_kwDONOeDQs4Ck9xb')
scriptElem.setAttribute('data-category', 'General')
ref.current.style.width = '100%'

ref.current.appendChild(scriptElem)
Expand Down

0 comments on commit 017aaf9

Please sign in to comment.