Skip to content

Fix Cloudinary URL in Blog Post: Mastering Prompt Engineering with ChatGPT #771

Open
@jeromehardaway

Description

@jeromehardaway

🛠 Description

Update the image.src in the frontmatter of the blog post “Elevating JavaScript Development: Mastering Prompt Engineering with ChatGPT” to use the optimized Cloudinary format. This ensures improved image performance, responsive rendering, and consistency with the Vets Who Code image standards.

✅ Acceptance Criteria
• image.src uses Cloudinary optimization parameters:
f_auto,q_auto,dpr_auto,w_1200
• Updated image URL:

https://res.cloudinary.com/vetswhocode/image/upload/f_auto,q_auto,dpr_auto,w_1200/v1710798627/elevating-javascript-development-mastering-prompt-engineering-with-chatGPT_fdj63k.jpg

•	YAML frontmatter remains valid and properly formatted
•	Blog post renders correctly on desktop and mobile
•	No layout shifts or broken image references introduced
•	Post remains visible at its current permalink and in the “AI in Development” category

📋 Implementation Notes
• Author: Jerome Hardaway
• Post Date: 2024-03-18
• is_featured: true remains unchanged
• Leave views: key present even if value is null or 0 — backend will update

🔗 Related Issues or PRs
• Ongoing optimization task for all Cloudinary blog media
Live Post URL

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions