Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to change the image #185

Open
GoutamShanbhag opened this issue Apr 26, 2023 · 0 comments
Open

Not able to change the image #185

GoutamShanbhag opened this issue Apr 26, 2023 · 0 comments

Comments

@GoutamShanbhag
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant