Replies: 1 comment 1 reply
-
Hello @ntemposd, it looks like you're facing a Content Security Policy issue — you're serving an image from an other domain than your Netlify domain.
Note, the image shortcodes only work with a markdown file + images in a page bundle. I'm not sure (I haven't tested that) if that's possible with the homepage (for it's a "special" page). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm working with the child theme and I'm trying to add an image right above the intro section on the homepage(layout/index.html).
My code looks like the following, I know the child is not that customizable but it renders perfectly on my local. The problem is I cannot make it work on netlify.
I've added both the
img-simple
andimg
shortcodes but using them I cannot even render a photo on my local. 🙌Any suggestion?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions