RSS
Installation
Section titled “Installation”% npm install @astrojs/rss
astro.config.mjs
Section titled “astro.config.mjs”export default defineConfig({ site: 'https://as.ncvp.me', ...What’s in the feed?
Section titled “What’s in the feed?”All the files in src/contents/docs/notices
This is a sort of blog, and will contain very few posts.
astro-slite/src/pages/rss.xml.js
Section titled “astro-slite/src/pages/rss.xml.js”Create this file.
src/pages had to be created as well.
Some editing required to always show the published date.