Dustin
Results
11
comments of
Dustin
@lolmaus, and anyone looking for a workaround – try this: ```jsx const feed = new RSS({ /* config */ }); const response = feed.xml().replace( ``, `` ) console.log(response) ``` This...