nuxt / modules

Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
https://nuxt.com/modules
MIT License
928 stars 256 forks source link

Expose RSS feed #252

Open pi0 opened 2 years ago

pi0 commented 2 years ago

Ref: https://github.com/nuxt/modules/pull/33

I think since we are migrating to Nuxt3, would be best if we directly implement it with a Nitro API route

antfu commented 2 years ago

Guess that would be nice to have a new module for Nuxt 3 based on Nitro?

pi0 commented 2 years ago

@antfu Sure we probably need also a major rewrite on nuxt-community/feed for Nuxt3 support. However, is out of scope of this project, we can directly see how it will look like with Nuxt3 here and inspire for rewrite.