Skip to content

Commit

Permalink
feat: Add comment app Utterances
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcjy committed Dec 10, 2023
1 parent de95b74 commit c7d6d5d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/blog/[board]/[post]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ export default function PostPage({
className="markdown-body"
dangerouslySetInnerHTML={{ __html: post.body.html }}
/>
<script
src="https://utteranc.es/client.js"
repo="paulcjy/paulcjy.github.io"
issue-term="pathname"
label="✨💬✨"
theme="github-dark"
crossorigin="anonymous"
async
></script>
</article>
)
}

0 comments on commit c7d6d5d

Please sign in to comment.