Can't see cover images in Github Pages #569
-
Hi guys, I am quite new around here. I created my first website using Hugo and PaperMod theme and hosted it in a github repo. You can view my website from here. The problem that I am facing is that I created a cover image for each single page. I can view them just fine in my local. But I can't view them online. I inspected it and found out after I delete lazy loading, I can see the images. Any idea why I can't view cover images in list pages? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You appear not to have uploaded the generated responsive images. |
Beta Was this translation helpful? Give feedback.
-
Hi @bimgeek, I see that you have your baseURL set with |
Beta Was this translation helpful? Give feedback.
Hi @bimgeek,
I see that you have your baseURL set with
http
instead ofhttps
. Please change it tohttps
and try.https://github.com/bimgeek/bimgeek-website/blob/b2fbef917e9b9d8d1f683f5c82a3ccc15d823208/config.toml#L1