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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently I have users that upload images to the media library and then need to copy the paths to use elsewhere.
The problem is, currently they get the path of the file relative to the CMS repo,
_media/my-file.jpeg
.What I want is for them to get a different path, the path that the images are being served from on the live site:
/static/images/cms/my-file.jpeg
.Is there some configuration or other way to override this behaviour?
Beta Was this translation helpful? Give feedback.
All reactions