Closed ZachSaucier closed 9 months 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:
/api/rss.xml
<atom:link href="https://${siteURL}/api/rss.xml" rel="self" type="application/rss+xml"/>
?
Thanks for reporting! Sorry it took me so long to get to this but it's fixed in the latest main.
Hello, thanks for sharing this starter project.
I was looking at the RSS feed code and I saw this:
Isn't it supposed to point to the feed itself, which I believe is at
/api/rss.xml
? So should it be:?