-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
First of all, thank you for the Plugin Nicolas!
I just finished implementing 'jekyll-cloudinary' on my site - Everything worked properly, the only issue is that my build-times went from 2 min to 11 min (on production).
I actually replaced img tags for quite a few templates, but I thought it would only fetch/upload those images to Cloudinary when visiting the site. For what I can tell, the plugin fetches every single image on build time? Am I doing something wrong? Is there a way to upload only the images that have not been uplaoded before?
I am using Netlify to deploy my site and storing the images on my repo (GitHub).
