File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 11---
22import FormattedDate from ' @/components/FormattedDate.astro' ;
3+ import Giscus from ' @/components/Giscus.astro' ;
34import MarkDown from ' @/components/Markdown.astro' ;
4- import PostComments from ' @/components/PostComments.astro' ;
55import PageLayout from ' @/layouts/PageLayout.astro' ;
66import { 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 >
You can’t perform that action at this time.
0 commit comments