nuxt-community / feed-module

Everyone deserves RSS, ATOM and JSON feeds!
MIT License
226 stars 36 forks source link

How do I do pagination #110

Open vedmant opened 1 year ago

vedmant commented 1 year ago

Hi, how do I do pagination with this module? I'll need to access request data as well as pass additional tags to xml like: <link rel=“next” type=“application/atom+xml” href=”[//path/page2]”></link> (https://stackoverflow.com/questions/1301392/pagination-in-feeds-like-atom-and-rss)