jpmonette / feed

A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀
https://github.com/jpmonette/feed
MIT License
1.18k stars 197 forks source link

Not able to change the image #185

Open GoutamShanbhag opened 1 year ago

GoutamShanbhag commented 1 year ago

I am trying to change the image which appears on my RSS feed banner, I used image option in the feedOptions but it is not changing I don't know what I am missing

const feedOptions = { title: 'ABCABC', description: 'ABCABC', id: 'ABCABC', image: ${baseURL}/favicon/favicon-32x32.png, link: baseURL, favicon: ${baseURL}/favicon.ico, copyright: 'Copyright 2023', feedLinks: { rss2: ${baseURL}/rss.xml } };

baseURL = HTTP://localhost:3000

Expected behavior I want to change the image which shows up on the banner

Actual behavior Now it shows "I" as image

Screenshots image