blog/add-a-comment-section-to-your-next-js-blog #10
Replies: 1 comment
-
You can also write in markdown.export default function TestSnippet() {
return (
<div>
<p> giscus supports code snippets too! </p>
</div>
)
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
blog/add-a-comment-section-to-your-next-js-blog
Implement an ad free, no tracking, no database, no subscription comment section in your nextjs blog which supports multiple languages using GitHub discussions via Giscus.
https://www.tarungowda.com/blog/add-a-comment-section-to-your-next-js-blog
Beta Was this translation helpful? Give feedback.
All reactions