Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit b8721af

Browse files
committed
Remove comment code from page
1 parent d3f1025 commit b8721af

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pages/[...slug].js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ export default function Page({post}) {
3030
__html: JSON.stringify(post?.blocks ?? [])
3131
}}
3232
/>
33-
<div
34-
dangerouslySetInnerHTML={{
35-
__html: JSON.stringify(post?.comments ?? [])
36-
}}
37-
/>
3833
</article>
3934
</section>
4035
{post?.slug === 'form-demo' && (

0 commit comments

Comments
 (0)