We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb972b8 commit 52cf340Copy full SHA for 52cf340
src/app/blog/[articleName]/CommentScript.tsx
@@ -10,9 +10,9 @@ export default function CommentScript() {
10
const scriptEl = document.createElement("script");
11
scriptEl.src = "https://giscus.app/client.js";
12
scriptEl.setAttribute("data-repo", "Draco-lang/draco-lang.github.io");
13
- scriptEl.setAttribute("data-repo-id", "R_kgDOKNtvDA");
+ scriptEl.setAttribute("data-repo-id", "R_kgDOJbD9Tg");
14
scriptEl.setAttribute("data-category", "Blog Comments");
15
- scriptEl.setAttribute("data-category-id", "DIC_kwDOKNtvDM4CarR0");
+ scriptEl.setAttribute("data-category-id", "DIC_kwDOJbD9Ts4Ca3WA");
16
scriptEl.setAttribute("data-mapping", "url");
17
scriptEl.setAttribute("data-strict", "1");
18
scriptEl.setAttribute("data-reactions-enabled", "1");
0 commit comments