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

RSS feed link gets updated wrong #460

Open
Munter opened this issue Oct 12, 2016 · 0 comments
Open

RSS feed link gets updated wrong #460

Munter opened this issue Oct 12, 2016 · 0 comments
Labels

Comments

@Munter
Copy link
Member

Munter commented Oct 12, 2016

On https://mntr.dk/feed.xml the link back to the blog is being treated as a static file. Looks like an error snuck in, probably with my changes related to canonicalRoot

<link>https://mntr.dk/static/.b0797511ae</link>

Update:

This seems to be happening when I build index.html, which has <link rel="alternate" type="application/rss+xml" title="RSS" href="/feed.xml">. feed.xml has <link>https://mntr.dk</link>. My configuration of canonicalroot is https://mntr.dk/, note the ending slash (which is also ensured as part of the validation).

So what actually seems to happen is that the RssChannelLink relation gets populated from https://mntr.dk, which I can see from temporary local logging statements.

@Munter Munter added the Bug label Oct 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant