Archived
test
This commit is contained in:
@@ -8,6 +8,7 @@ import { GetStaticPaths, GetStaticProps } from 'next';
|
||||
import Image from 'next/image';
|
||||
import Link from 'next/link';
|
||||
import React from 'react';
|
||||
import CommentSection from "@/components/CommentSection";
|
||||
|
||||
interface PostProps {
|
||||
post: PostData;
|
||||
@@ -96,8 +97,8 @@ const Post: React.FC<PostProps> = ({ post, morePosts }) => {
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* <CommentSection postId={post.id} /> */}
|
||||
|
||||
<CommentSection postId={post.id} />
|
||||
|
||||
<div className="mt-12 pt-6 border-t border-primary-200">
|
||||
<Link href="/" className="text-accent-dark hover:text-accent inline-flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user