First of all, thanks for the great plugin 👍
When I set only_prod: true the prod-code which gets created doesn't contain the cloudinary tags and uses the local images, which forces me to touch that setting every time I do changes on the page.
For compilation I'm using https://github.com/helaili/jekyll-action
Another minor thing: With only_prod: false the local images aren't getting loaded using 127.0.0.1:4000, which shows up as a link in the console. I need to change it to localhost:4000 that they are shown.
First of all, thanks for the great plugin 👍
When I set
only_prod: truethe prod-code which gets created doesn't contain the cloudinary tags and uses the local images, which forces me to touch that setting every time I do changes on the page.For compilation I'm using https://github.com/helaili/jekyll-action
Another minor thing: With
only_prod: falsethe local images aren't getting loaded using 127.0.0.1:4000, which shows up as a link in the console. I need to change it to localhost:4000 that they are shown.