stack_overflow_nextjs14
stack_overflow_nextjs14 copied to clipboard
Fix profile link to use author.clerkId instead of author._id
This PR fixes the profile link to correctly use author.clerkId instead of author._id. This ensures that the correct user profile is linked. Otherwise, when author name displayed at home page is clicked, it gives an error instead of taking to profile page.