Skip to content

Fix Cloudinary Hero Image URL in Blog Post: Transferring Knowledge Between Careers #777

Open
@jeromehardaway

Description

@jeromehardaway

🛠 Description

Update the Cloudinary image URL in the published blog post “Transferring Knowledge Between Careers” to include performance optimization parameters (f_auto,q_auto,dpr_auto,w_1200). This improves image delivery performance and consistency across devices.

✅ Acceptance Criteria
• Replace current image URL:

https://res.cloudinary.com/vetswhocode/image/upload/v1699756739/knowledge-transfer_wafnfp.webp

•	With optimized version:

https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1699756739/knowledge-transfer_wafnfp.webp

•	Confirm that:
•	The image loads properly on desktop and mobile
•	The visual quality is retained
•	No broken image links or layout shifts are introduced

📋 Implementation Notes
• This edit affects only the image.src field in the frontmatter
• No changes needed to the content body, metadata, or structure
• This task is part of a batch update to standardize image performance for all blog posts

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