Changing img src relative links to absolute
We're using experience fragments to produce HTML fragments that are consumed and displayed by an external application. Since the html in that case is no longer being served by the AEM instance we need any assets to be referenced by an absolute path rather then a relative one. I've seen some older blog posts that mention modifying the externalizer but I was wondering if that's still the only option and if so if there's better documentation available.