Ograph images are broken for all pages. In the past, ographs were dynamically created using a base image at Cloudinary and using their transform API to add text.
That's a great solution, but a better one would be to generate that image ahead of time and have it saved to Cloudinary so it's just pulls the image without having to transform on each request.
Ograph images are broken for all pages. In the past, ographs were dynamically created using a base image at Cloudinary and using their transform API to add text.
That's a great solution, but a better one would be to generate that image ahead of time and have it saved to Cloudinary so it's just pulls the image without having to transform on each request.