empress / empress-blog-casper-template

A static site version of the default personal blogging theme for Ghost - no server required
https://empress-blog-casper-template.netlify.com/
MIT License
39 stars 22 forks source link

image in subdir of images causes error #22

Open cah-danmonroe opened 5 years ago

cah-danmonroe commented 5 years ago

If I put an image into a subdirectory of /public/images/ then at startup, I get an error: When I put the image in /public/images, it's fine. ` ERROR Summary:

mansona commented 5 years ago

@cah-danmonroe I assume you're using the casper template? I am pretty sure that is the only template that is using responsive images right now so if you are I can transfer this issue over there 👍

elwayman02 commented 3 years ago

This issue is still occurring. I've created a reproduction that shows it broken even in the default empress-blog demo app (which uses the Casper template).

https://github.com/empress/empress-blog/compare/master...elwayman02:nested-image

It's important to figure out a fix for this, because any long-lived blog of decent scale will eventually have hundreds of articles, which can translate to hundreds of distinct header images. Users need to be able to organize their images rather than just dumping them into one gigantic flat images/ directory.

elwayman02 commented 3 years ago

@mansona do you have any idea what is going on with this bug?