Skip to content

Commit

Permalink
Fixed comment plugin metadata. (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuinox authored Nov 10, 2023
1 parent eb972b8 commit 52cf340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/blog/[articleName]/CommentScript.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ export default function CommentScript() {
const scriptEl = document.createElement("script");
scriptEl.src = "https://giscus.app/client.js";
scriptEl.setAttribute("data-repo", "Draco-lang/draco-lang.github.io");
scriptEl.setAttribute("data-repo-id", "R_kgDOKNtvDA");
scriptEl.setAttribute("data-repo-id", "R_kgDOJbD9Tg");
scriptEl.setAttribute("data-category", "Blog Comments");
scriptEl.setAttribute("data-category-id", "DIC_kwDOKNtvDM4CarR0");
scriptEl.setAttribute("data-category-id", "DIC_kwDOJbD9Ts4Ca3WA");
scriptEl.setAttribute("data-mapping", "url");
scriptEl.setAttribute("data-strict", "1");
scriptEl.setAttribute("data-reactions-enabled", "1");
Expand Down

0 comments on commit 52cf340

Please sign in to comment.