Skip to content

Fix Cloudinary Image and Audio URLs in Blog Post: Career Go-Bag #774

Open
@jeromehardaway

Description

@jeromehardaway

🛠 Description

Optimize Cloudinary media URLs used in the published blog post “Your Career Go-Bag: Being Ready When Career Emergencies Strike” for improved performance and responsive delivery. This includes both the hero image and embedded audio file.

✅ Acceptance Criteria
• Image URL should be updated to:

https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1742570517/go-bag.jpg

•	Audio URL should be updated to:

https://res.cloudinary.com/vetswhocode/video/upload/f_auto,q_auto/v1743623202/go-bag-audio.wav

•	Both URLs must:
•	Use f_auto,q_auto for automatic format and quality optimization
•	Include dpr_auto,w_1200 for responsive and high-DPI delivery where applicable (image only)
•	Maintain media availability and functionality on /blog and individual post view
•	Render properly in all modern browsers and on mobile

📋 Implementation Notes
• This task does not require publishing a new blog post.
• Post metadata, content, tags, and layout should remain unchanged.
• Validate image loads cleanly and that the audio player functions correctly after URL update.

🔗 Related Issues or PRs
• Part of Cloudinary media optimization tasks across all published Vets Who Code 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