Is there any way to disable or remove (without creating my own fork of this project) the automatical prefixing of the url ? I have made a proxy on the app side to handle all images with only the path. And having theses full urls by default in the returned html is a bit annoying, actually, my only other solution is to parse the HTML to remove them...
I've tried a lot a things, from strapi configuration / variables to adding a CDN plugin, but nothing seems to alter these ones. But maybe i'm missing something ?
Hi !
Is there any way to disable or remove (without creating my own fork of this project) the automatical prefixing of the url ? I have made a proxy on the app side to handle all images with only the path. And having theses full urls by default in the returned html is a bit annoying, actually, my only other solution is to parse the HTML to remove them...
https://github.com/ckeditor/strapi-plugin-ckeditor/blame/f4933ea8774f6c9013d7aac38b24b96250a20ad3/admin/src/components/MediaLib/index.js#L12
I've tried a lot a things, from strapi configuration / variables to adding a CDN plugin, but nothing seems to alter these ones. But maybe i'm missing something ?
Thanks for you help.