josh-collinsworth / sveltekit-blog-starter

A preconfigured SvelteKit static blog starter, with Sass, Markdown, MDSvex, Rehype, background preloading, and more. See the README for full details.
https://sveltekit-static-starter.netlify.app/
MIT License
419 stars 81 forks source link

Atom link in RSS feed #36

Closed ZachSaucier closed 9 months ago

ZachSaucier commented 1 year ago

Hello, thanks for sharing this starter project.

I was looking at the RSS feed code and I saw this:

<atom:link href="https://${siteURL}/rss.xml" rel="self" type="application/rss+xml"/>

Isn't it supposed to point to the feed itself, which I believe is at /api/rss.xml? So should it be:

<atom:link href="https://${siteURL}/api/rss.xml" rel="self" type="application/rss+xml"/>

?

josh-collinsworth commented 9 months ago

Thanks for reporting! Sorry it took me so long to get to this but it's fixed in the latest main.