Description
🛠 Description
Update the featured image URL in the “Post-Bootcamp Tips for Rookies” blog post to use the optimized Cloudinary format for performance and consistency across devices.
⸻
✅ Acceptance Criteria
• image.src uses the Cloudinary optimization parameters:
f_auto,q_auto,dpr_auto,w_1200
• Final updated image URL should be:
https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1685585050/post-bootcamp_phteel.jpg
• Post continues to render the image correctly on both mobile and desktop
• YAML frontmatter remains properly formatted and unchanged aside from the image
• Blog URL and SEO metadata remain intact
• No layout shifts or broken image issues introduced
⸻
📋 Implementation Notes
• Author: Jerome Hardaway
• Post Date: 2023-08-11
• No change to body content, only frontmatter update
• is_featured: true — keep this flag as-is
• Views count (views: 120) should remain unchanged
⸻
🔗 Related Issues or PRs
• Internal optimization effort for all VWC blog images
• Live Blog URL
⸻
Metadata
Metadata
Assignees
Type
Projects
Status