-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent Behavior and URL Structure in Image Editor Component #296
Comments
Will check. |
The Decap CMS doc says
The base (origen) is Still, Sveltia CMS probably shows wrong URLs for the images because it’s not removing the path from The |
Fixed the bugs in v0.53.3. And here are updates to your config and entries: RDjarbeng/RDjarbeng@main...kyoshino:RDjarbeng:sveltia-296-asset-urls |
Thanks this works. Thanks also for taking the time to modify my files so this works, much appreciated. I've merged the commit into my repo. Last bit of thanks for implementing the ability to add the images directly into the body of a post |
The image editor component is not working as expected. I was hoping it would have the same behavior as the images added to a collection.
When adding images via the image editor, the URLs generated differ from those of images uploaded as part of a collection.
For my case my
config.yml
hasSo the images in the collection have the display_url/public_folder/image_path
But the current image picker in the posts shows public_folder/image_path.
This inconsistency results in incorrect URLs, causing images to not load as intended.
![Screenshot of picture](/assets/images/pic.png "Starlink direct to cell website")
![Screenshot](blob:https://rdjarbeng.github.io/315c4d8e-856b-48ec-9231-8f5d05badde1)
I am not sure why this happens, I am just concerned that the url structure is different causing the image not to load correctly
The text was updated successfully, but these errors were encountered: