You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 ishttps://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.The text was updated successfully, but these errors were encountered: