at.ncvp.me

First Astro project with 'pages' and 'posts' collections

Adding RSS

Follow what's done in astro-blog

Posted on 18th May 2026 at 14:40 by NickP


This file: src/content/posts/adding-rss.md

Implementation

  1. npm install @astrojs/rss

  2. Add src/pages/rss.xml.js
    Change site tile and description

Test locally by browsing to /rss.xml

Category: dev Tag: coding

Rendered by src/pages/posts/[slug].astro