leerob.io
leerob.io copied to clipboard
Add RSS feeds to HTML <head>
I've been enjoying your posts and wanted to add your blog to my RSS reader, but I didn't see any RSS feed available on your site. There are no links to a feed, nor a link tag pointing to the feed. I had to poke around this repo to discover you did, in fact, have one at leerob.io/feed.xml.
I'd suggest adding this to your _document.tsx so that RSS readers can auto-discover your feed themselves.
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
Looks like there is no feed at all anymore. Can't call it a blog if there is not an RSS feed!!!
I'd like to request a RSS feed too.
Currently this repository uses Next.js App Router, it's not using _document.tsx anymore.
I will try to make an PR with that this week.
@leerob Ready if you want ;)