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

Added path to FeedConfiguration to make RSS endpoint configurable #35

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

mfreiwald
Copy link
Contributor

When upgrading a website to use Ignite, it helps to keep the same RSS feed URL as before.
The current implementation has hardcoded the endpoint to {site_url}/feed.rss.

This PR adds a var path: String to the FeedConfiguration to make this endpoint configurable.

It also works with paths like path: "blog/rss.xml"

@twostraws
Copy link
Owner

Thank you! Do you think this might conflict with any work required to make #33 work? If not, I'm happy to merge it in.

@mfreiwald
Copy link
Contributor Author

No, I don't think that it makes more conflicts than with the current implementation.

@twostraws
Copy link
Owner

Okay. I'll merge this now, and we can revisit once #33 moves forward. Thank you!

@twostraws twostraws merged commit e65e72f into twostraws:main Apr 29, 2024
@mfreiwald mfreiwald deleted the rss-feed-url branch May 2, 2024 13:29
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

Successfully merging this pull request may close these issues.

2 participants