Skip to content

Fix Cloudinary URL in Blog Post: Mastering the Command Line #768

Open
@jeromehardaway

Description

@jeromehardaway

🛠 Description

Update the featured image Cloudinary URL in the published blog post titled “Mastering the Command Line: A Fundamental Skill with Vets Who Code” to use the optimized format. This improves performance and visual consistency across the site.

✅ Acceptance Criteria
• Cloudinary image.src uses the format:
https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1723633145/cli-youtube_oi2yv3.png
• Image still renders properly in both light and dark mode
• No layout shift or content overlap on mobile or desktop
• YAML frontmatter formatting is preserved and validated
• Video embed and the rest of the post remain unchanged

📋 Implementation Notes
• Post is already published at /blog/mastering-command-line-vwc
• Only the image.src needs editing in the frontmatter
• New optimized image URL:
https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1723633145/cli-youtube_oi2yv3.png
• Confirm rendering after update on both mobile and desktop views

🔗 Related Issues or PRs
• Internal content QA for image optimization
Live Blog Post

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions