Skip to content

Commit 9a96822

Browse files
authored
Merge pull request #38 from devwqc/develop
[release] develop to main
2 parents d90b82b + 3a9806b commit 9a96822

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<section class="giscus mx-auto w-full"></section>
66

77
<script
8+
is:inline
89
src="https://giscus.app/client.js"
910
data-repo="devwqc/devwqc.github.io"
1011
data-repo-id="R_kgDOM5MFPQ"

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)