[v2] RSS feed generation seems broken #2539
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
🐛 Bug Report
The rss.xml and atom.xml files are empty after building.
Have you read the Contributing Guidelines on issues?
Yes
To Reproduce
npx @docusaurus/init@next init exploring_docusaurus2 classic
npm run build
Expected behavior
A rss.xml/atom.xml file in build/blog/ containing the RSS feed of the 3 example blog posts.
Actual Behavior
RSS files are empty.
Your Environment
Reproducible Demo
Clone, run
npm install
andnpm run build
on this repository:https://github.com/Celeborn2BeAlive/exploring_docusaurus2
The text was updated successfully, but these errors were encountered: