Skip to content

Commit

Permalink
Update PostRenderer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
raselshikdar authored Oct 4, 2024
1 parent 39296eb commit 0690e31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/PostRenderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ const colorMode = useColorMode()
<div class="mt-6 flex">
<giscus-widget
id="inject-comments"
repo="yzh990918/evan-yang"
repo-id="R_kgDOIPJ3VA"
repo="raselshikdar/My-Blog"
repo-id="R_kgDOM7QJzQ"
category="Announcements"
category-id="DIC_kwDOIPJ3VM4CUWD4"
category-id="DIC_kwDOM7QJzc4CjDA9"
mapping="pathname"
strict="0"
reactions-enabled="1"
emit-metadata="1"
input-position="bottom"
input-position="top"
:theme="colorMode.value === 'dark' ? 'dark' : 'light'"
lang="en"
loading="lazy"
Expand Down

0 comments on commit 0690e31

Please sign in to comment.