ab.ncvp.me

an Astro site with mainly posts

Sorting out RSS feed

Posted on 25th May 2026 at 09:00 by Admin


Have four VScode windows up for four sites

  1. astro-blog. Native site from content collection called ‘blog’
  2. astro-local. Local WP fed site. Deployed to Cloudflare directly with % npm run deploy
  3. astro-test. First site. Local without content collection
  4. astro-wpress. Cloud fed WP site

Compare and contrast these files

  1. /astro.config.mjs
  2. /src/layouts/Layout.astro
  3. src/pages/rss.xml.js

Issues found

Lessons learned

Test

When looking good locally, deploy to cloud and check again

Copying this post

Originated in astro-blog. Simply copy to astro-test.

Category: dev Tags: cloud admin rss

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