" During development I use the command zola serve to fire up the development server. This works perfectly fine, except for processed images. These will error with a 404 - Not Found message."
The Problem:
The pictures are showing up in the markdown file but not on the Webpage?
I am using Debian stable and macOS Big Sur and the version of Zola “0.16.1 as a Flatpak on Debian”
Have tested the site on both machines and in the Markdown file(s) all the images are displayed perfectly but no images are displayed in “Zola serve” or “Zola build” in the public folder.
Doesn’t matter which theme it still doesn’t display the images and it is the same problem as described in the bug.
"If i use zola serve or ‘zola build’ to fire up the development server. This works perfectly fine, except for processed images. These will error with a 404 - Not Found message.
My addition: Markdown file also no problems displaying, ‘resize_image’ , 'scale 'etc. doesn’t help to solve the problem. "