Skip to content

Commit

Permalink
Create Comments.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnww authored Jan 31, 2024
1 parent 5fc617d commit 1f1abad
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/components/Comments.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<section class="giscus mx-auto mt-10 w-full"></section>

<script src="https://giscus.app/client.js"
data-repo="lynnww/astro-notion-blog"
data-repo-id="R_kgDOLIjnFg"
data-category="Blog Post Comments"
data-category-id="DIC_kwDOLIjnFs4Cc1pK"
data-mapping="url"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light_high_contrast"
data-lang="zh-CN"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>

0 comments on commit 1f1abad

Please sign in to comment.