You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From reading the documentation, I understand that setting only_prod: false should always generate image tags with their cloudinary URL. However, when running Jekyll locally, my images appear like this:
How do I not use localhost|http://0.0.0.0 and only use production URLs when developing locally? Once I understand this better, I would be happy to make a PR to the documentation.
I'm using:
jekyll-cloudinary v1.14.1
jekyll v4.2.0
The text was updated successfully, but these errors were encountered:
Hello, thanks for building this plugin.
From reading the documentation, I understand that setting
only_prod: false
should always generate image tags with their cloudinary URL. However, when running Jekyll locally, my images appear like this:How do I not use
localhost|http://0.0.0.0
and only use production URLs when developing locally? Once I understand this better, I would be happy to make a PR to the documentation.I'm using:
The text was updated successfully, but these errors were encountered: