Skip to content

Commit

Permalink
Update CommentLayout.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
elarbor authored Oct 9, 2024
1 parent 7da0beb commit 8de45b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/CommentLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<template #doc-after>
<Giscus
id="comments"
repo="chergn/questions"
repo="elarber/questions"
repoid="R_kgDOMJ_OGw"
category="Announcements"
categoryid="DIC_kwDOMJ_OG84CgHg6"
Expand All @@ -25,4 +25,4 @@
import DefaultTheme from "vitepress/theme";
import Giscus from '@giscus/vue';
const { Layout } = DefaultTheme;
</script>
</script>

0 comments on commit 8de45b8

Please sign in to comment.