-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Description
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.
Reactions are currently unavailable