Skip to content

Commit 545d698

Browse files
committed
refactor: PostComments -> Giscus 컴포넌트명 변경
1 parent 24ef163 commit 545d698

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/blog/[...slug].astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import FormattedDate from '@/components/FormattedDate.astro';
3+
import Giscus from '@/components/Giscus.astro';
34
import MarkDown from '@/components/Markdown.astro';
4-
import PostComments from '@/components/PostComments.astro';
55
import PageLayout from '@/layouts/PageLayout.astro';
66
import { getCollection, type CollectionEntry } from 'astro:content';
77
@@ -47,6 +47,6 @@ const { Content } = await post.render();
4747
<p>방문해 주셔서 감사합니다.</p>
4848
<p>오탈자, 잘못된 정보에 대해 말씀해 주시면 감사히 받겠습니다.</p>
4949
</footer>
50-
<PostComments />
50+
<Giscus />
5151
</article>
5252
</PageLayout>

0 commit comments

Comments
 (0)