RSS links are not working

I have this RSS feed URL: https://wasim.blog/index.xml

The links are not working.

Can somebody please recommend a solution?

Did you modify the RSS template? Your link values are just paths not full URLs. I think this:

<link>/post/getting-the-jump-on-new-technology/</link>

should be this:

<link>https://wasim.blog/post/getting-the-jump-on-new-technology/</link>
1 Like

Hey @moorereason, thanks for responding. I didn’t modify anything in template. Don’t see an RSS .xml file there. https://github.com/mrwullah/wasim.blog

Except for “enableRSS = true” in .toml file.

Yes, you’re right about post/post-name structure. I noticed it only when I was setting up a MailChimp newsletter campaign.

In your config change baseURL to https://wasim.blog/.

2 Likes

Thanks a ton.