Closed Sai-ganesh-0004 closed 1 month ago
@Sai-ganesh-0004 is attempting to deploy a commit to the Sanjay Dutt's projects Team on Vercel.
A member of the Team first needs to authorize it.
I have made the changes once review
Changes Introduced:
Environment Configuration:
- Added a
.env
file to manage environment variables.- Ensure sensitive variables like
NEXT_PUBLIC_HASHNODE_HOST
and others are securely managed through this file.
- Updated
doc.ts
to fix an ESLint error ('blogPosts' is assigned a value but never used
).- Removed the unused
blogPosts
variable or addedconsole.log(blogPosts)
for potential future use, ensuring no ESLint warnings remain.
Your current changes removed the blogs section from sidebar but also it has affected the blog search functionality. We want to keep the blog search functionality.
https://github.com/user-attachments/assets/0cfcc811-c1c3-49b9-8200-bc92b5a685cc
Changes Introduced:
Environment Configuration:
.env
file to manage environment variables.NEXT_PUBLIC_HASHNODE_HOST
and others are securely managed through this file.doc.ts
to fix an ESLint error ('blogPosts' is assigned a value but never used
).blogPosts
variable or addedconsole.log(blogPosts)
for potential future use, ensuring no ESLint warnings remain.