From 017aaf90c860cf62b81e4ecd49b63a73edefeb00 Mon Sep 17 00:00:00 2001 From: kimhyojung <706shin1728@naver.com> Date: Fri, 6 Dec 2024 15:53:25 +0900 Subject: [PATCH] Update Gitcus.tsx --- "components/\bGitcus.tsx" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/components/\bGitcus.tsx" "b/components/\bGitcus.tsx" index 4fc7169..664aaa1 100644 --- "a/components/\bGitcus.tsx" +++ "b/components/\bGitcus.tsx" @@ -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)