darthmeme / gridsome-plugin-rss

Generate an RSS feed from your Gridsome data store
15 stars 11 forks source link

Use newer Data Store API function to fetch collections #19

Closed GeorgeGedox closed 1 year ago

GeorgeGedox commented 1 year ago

Fixes #14

It's not pretty as I'm quite rusty with modern javascript but it does the job. Also it seems that api.afterBuild(fn) cannot use api.loadSource() so I had to move that part in order to process the data

darthmeme commented 1 year ago

LGTM 👍 Thanks for this!