Skip to content

RSS feed link gets updated wrong #460

@Munter

Description

@Munter

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions