This commit is contained in:
2025-04-08 13:12:04 -05:00
parent 151ea34098
commit ec3d2998c3
5 changed files with 58 additions and 48 deletions
+3 -2
View File
@@ -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">