-
Notifications
You must be signed in to change notification settings - Fork 194
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
Bug in RSS feed - root blog link #293
Comments
Ah, interesting. Any chance you can send a PR fixing that? |
I can tinker with it when I get a chance! |
So if the rss file that gets copied over is the same one used in the engine this
Would need to change the xml.link to root_url for everything or change it to Monologue::Config.site_url for everything. Either way would stay consistent, but if I patch it I'll probably do the site_url way. |
Yup, sounds good to me, thanks @illegalnumbers! |
The root blog link takes from the site url (from the request? not sure) but the actual item creation in the RSS takes from the site_url.
Example, I have a local rails server and I get the following RSS feed:
The text was updated successfully, but these errors were encountered: