Skip to content

Commit 10ffb37

Browse files
add comments
1 parent 1a86e6a commit 10ffb37

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/pages/blog/[...slug].astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,13 @@ const { Content } = await post.render();
1717

1818
<BlogPost {...post.data} slug={post.slug}>
1919
<Content />
20+
<script
21+
src="https://utteranc.es/client.js"
22+
repo="maxphillipsdev/blog"
23+
issue-term="pathname"
24+
label="BLOG-COMMENT"
25+
theme="github-light"
26+
crossorigin="anonymous"
27+
async
28+
></script>
2029
</BlogPost>

0 commit comments

Comments
 (0)