StaticJsCMS / static-cms

A Git-based CMS for Static Site Generators

Home Page:https://staticcms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[v4 beta] media path returned instead of public path

denyskon opened this issue · comments

I use the following configuration:

  media_folder: "/static/media",
  public_folder: "/media",

which resulted in files being saved as /static/media/blog/image.webp but the image widget returning /media/blog/image.webp. Now, the image widget returns static/media/blog/image.webp.

The fix for this has been pushed in v4.0.0-beta.12

Thanks a lot!