webmasterish / vuepress-plugin-feed

RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
MIT License
48 stars 12 forks source link

RSS Atom generated rss.xml are missing the required attribute. #15

Open mrepol742 opened 4 months ago

mrepol742 commented 4 months ago

Description

RSS sitemap can be read, but has errors

Error: Missing XML attribute

image

Steps to Reproduce

  1. npm i
  2. export NODE_OPTIONS=--openssl-legacy-provider && npm run build-git
  3. Go to https://search.google.com/search-console/sitemaps and submit the file url
  4. It'll show RSS sitemap can be read, but has errors

Your Environment

Description Value
vuepress-plugin-feed version 0.1.9
node version 20.11.1
npm version 10.2.4
browser Google Chrome Version 123.0.6312.58 (Official Build) (64-bit)
OS Arch Linux x86_64
webmasterish commented 4 months ago

Thanks for reporting.

Unfortunately I don't have any free time at the moment to go through it, please feel free to submit a pull request.