You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
I also have problems with images in subdirectories
With media_folder: assets/media, I have this:
If I use public_folder: '' and public_folder: /:
fondo.jpg β
/fondo.jpg β
base/logo.png β π± No expected β¬ οΈ I would especially like this
/base/logo.png β π± No expected
foo/fondo.jpg β π Expected
/foo/fondo.jpg β π Expected
foo/base/logo.png β π Expected
/foo/base/logo.png β π Expected
If I use public_folder: /foo and public_folder: /foo/:
fondo.jpg β π€·
/fondo.jpg β π€·
base/logo.png β π€·
/base/logo.png β π€·
foo/fondo.jpg β
/foo/fondo.jpg β
foo/base/logo.png β
/foo/base/logo.png β
Working locally, when an image does not load, I get this error in the console:
error: Error handling {"branch":"main","action":"getMediaFile","params":{"branch":"main","path":"assets/mediabase/logo.png"}}: ENOENT: no such file or directory, open '/[PROJECT-PATH]/assets/mediabase/logo.png'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
public_folder: /foo
image: /foo/example.jpg
image: /foo/example.jpg
βpublic_folder: /foo/
image: /foo/example.jpg
image: /foo//example.jpg
π It is ok because there is the previous optionpublic_folder: ''
.image: example.jpg
β¬ οΈ I would especially like thisimage: /example.jpg
βpublic_folder: /
image: /example.jpg
image: //example.jpg
βThe text was updated successfully, but these errors were encountered: