-
Notifications
You must be signed in to change notification settings - Fork 120
Fix/gsoc2025 image rendering 441 #462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/gsoc2025 image rendering 441 #462
Conversation
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
1 similar comment
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
src/pages/News/NewsDetailPage.tsx
Outdated
| /> | ||
| <p className="text-white text-center mt-2 text-sm"> | ||
| {modalImage.alt} | ||
| {modalImage.src} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no need to edit this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this file from the commit, we need only the .md file, Package-lock.json is not needed
❌ Checks Failed
Please fix the following issues before merging: 🔨 Continuous Integration FailedIssue: The build process failed to complete. How to fix:
🛠️ Next Steps
|
1 similar comment
❌ Checks Failed
Please fix the following issues before merging: 🔨 Continuous Integration FailedIssue: The build process failed to complete. How to fix:
🛠️ Next Steps
|
8ee0888 to
815ca48
Compare
🎉 All Checks Passed!
✅ Completed Workflows
🚀 This PR is ready for review and can be safely merged to Great work! Your code meets all quality standards. 👏 |
name: Pull Request
about: Submit changes to the project for review and inclusion
Description
This pull request fixes content and formatting issues in the GSoC 2025 Week 12 blog post by Mebin J Thattil.
The update ensures the post follows the correct structure, frontmatter, and image reference style as instructed by the maintainers.
Related Issue
Fixes #441
Changes Made
.webpformat instead of.png.Testing Performed
.webpimage loads without fallback issues.NewsPageandNewsDetailPagecomponents to confirm proper rendering.Checklist
Additional Notes for Reviewers
Please confirm if further cleanup is needed for other GSoC blog posts to maintain consistency across the site.
This fix applies specifically to the Week 12 post but can serve as a reference for similar corrections.