I have the problem that on my homepage (https://nxwab7btw6m6ywb2-24792738.shopifypreview.com) the thumbnails for some images are not appearing. I noticed that these are the links to product pages. The links for the collection pages (also thumbnail images) work fine. Maybe it has something to do with the code here?
{% comment %}
Add default products to help with onboarding for collections/all only.
The onboarding styles and products are only loaded if the
store has no products.
{% endcomment %}
{% if collection.handle == ‘all’ and collection.all_vendors.size == 0 and collection.all_types.size == 0%}
{% for i in (1..4) %}
I would really appreciate if someone could help me with this! Thank you!

