kassq
kassq
Is there any 2022 workaround for this? Seems still being an issue.
Does anyone know of any suitable workarounds for this issue that could be implemented prior to its integration?
Curious about the situation with this issue. Has anyone found any workarounds? For our use case, this is a major deal breaker, and we will probably need to consider using...
Thanks for the comment above. This fixed the issue: ```ts const sitemapXml = (await streamToPromise(smStream)).toString(); // Thanks to this comment: // https://github.com/ekalinin/sitemap.js/issues/397#issuecomment-1438062056 const sitemapXmlHttps = sitemapXml.replace( new RegExp('http://', 'g'), 'https://',...