Skip to content

Fix Cloudinary URLs in Published Blog Post: Projects Page #767

Open
@jeromehardaway

Description

@jeromehardaway

🛠 Description

Update all Cloudinary image URLs in the already published blog post titled “Introducing the Vets Who Code Projects Page: Design and Implementation Journey” by Jon Onulak. The update ensures all image links use the optimized Cloudinary format for performance and responsive rendering.

✅ Acceptance Criteria
• All Cloudinary image URLs in the blog post use:
f_auto,q_auto,dpr_auto,w_1200 (for featured/hero images)
f_auto,q_auto,dpr_auto (for inline images)
• At least three visual assets (screenshots, wireframes) still render correctly after URL changes
• YAML frontmatter updated to use the correct optimized featured image URL:
https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1737333954/projects-screenshot_nym64x.png
• Post layout, spacing, and responsiveness are unaffected across mobile and desktop
• Post remains indexed at /blog/introducing-projects-page under the Development Journey category

📋 Implementation Notes
• Author: Jon Onulak
• This is a maintenance task, not a content edit
• Verify updates in production (or preview) to confirm proper rendering
• Frontmatter is_featured: true and views field should remain unchanged

🔗 Related Issues or PRs
GitHub Issue #646 – Projects Page Feature
Live Blog Post
Live Projects Page

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