We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ef163 commit 545d698Copy full SHA for 545d698
2 files changed
src/components/PostComments.astro src/components/Giscus.astrosrc/components/PostComments.astro renamed to src/components/Giscus.astro
src/pages/blog/[...slug].astro
@@ -1,7 +1,7 @@
1
---
2
import FormattedDate from '@/components/FormattedDate.astro';
3
+import Giscus from '@/components/Giscus.astro';
4
import MarkDown from '@/components/Markdown.astro';
-import PostComments from '@/components/PostComments.astro';
5
import PageLayout from '@/layouts/PageLayout.astro';
6
import { getCollection, type CollectionEntry } from 'astro:content';
7
@@ -47,6 +47,6 @@ const { Content } = await post.render();
47
<p>방문해 주셔서 감사합니다.</p>
48
<p>오탈자, 잘못된 정보에 대해 말씀해 주시면 감사히 받겠습니다.</p>
49
</footer>
50
- <PostComments />
+ <Giscus />
51
</article>
52
</PageLayout>
0 commit comments