Open nddipiazza opened 4 months ago
After we upgraded to the latest strapi 4.15.5
the WYSIWYG editor now sets the absolute path of the strapi image as the resource URL instead of using a relative url
When we add an embedded image, previously rendered HTML:
<img src="/uploads/Picture1_d60119baed.png" alt="practice menu"> Now the latest version has the full URL which does not appear to allow us to embed:
<img src="/uploads/Picture1_d60119baed.png" alt="practice menu">
<img src="https://nick.com/uploads/Picture11_a2ff576519.png" alt="Successfully Submitted page">
We would like it to use the relative path like before.
Do you know any way to do this?
After we upgraded to the latest strapi 4.15.5
the WYSIWYG editor now sets the absolute path of the strapi image as the resource URL instead of using a relative url
When we add an embedded image, previously rendered HTML:
<img src="/uploads/Picture1_d60119baed.png" alt="practice menu">
Now the latest version has the full URL which does not appear to allow us to embed:<img src="https://nick.com/uploads/Picture11_a2ff576519.png" alt="Successfully Submitted page">
We would like it to use the relative path like before.
Do you know any way to do this?