Skip to content

Commit 52cf340

Browse files
authored
Fixed comment plugin metadata. (#16)
1 parent eb972b8 commit 52cf340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/blog/[articleName]/CommentScript.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export default function CommentScript() {
1010
const scriptEl = document.createElement("script");
1111
scriptEl.src = "https://giscus.app/client.js";
1212
scriptEl.setAttribute("data-repo", "Draco-lang/draco-lang.github.io");
13-
scriptEl.setAttribute("data-repo-id", "R_kgDOKNtvDA");
13+
scriptEl.setAttribute("data-repo-id", "R_kgDOJbD9Tg");
1414
scriptEl.setAttribute("data-category", "Blog Comments");
15-
scriptEl.setAttribute("data-category-id", "DIC_kwDOKNtvDM4CarR0");
15+
scriptEl.setAttribute("data-category-id", "DIC_kwDOJbD9Ts4Ca3WA");
1616
scriptEl.setAttribute("data-mapping", "url");
1717
scriptEl.setAttribute("data-strict", "1");
1818
scriptEl.setAttribute("data-reactions-enabled", "1");

0 commit comments

Comments
 (0)