diff --git a/src/pages/post/MyPost.tsx b/src/pages/post/MyPost.tsx index 5a4c4379..182af592 100644 --- a/src/pages/post/MyPost.tsx +++ b/src/pages/post/MyPost.tsx @@ -113,7 +113,7 @@ export default function MyPost() { likeCount={0} commentCount={0} timeAgo={new Date(post.createdAt).toLocaleDateString()} - onPostClick={() => navigate(`/post-content/${post.id}`)} + onPostClick={() => navigate(`/post/${post.id}`)} actions={[ { icon: ,