diff --git a/src/components/TinyMCEEditor.jsx b/src/components/TinyMCEEditor.jsx index b02401b9..dc077b72 100644 --- a/src/components/TinyMCEEditor.jsx +++ b/src/components/TinyMCEEditor.jsx @@ -119,6 +119,7 @@ export default function TinyMCEEditor(props) { content_css: false, content_style: contentStyle, body_class: 'm-2 text-editor', + relative_urls: false, default_link_target: '_blank', target_list: false, images_upload_handler: uploadHandler,