UNPKG

gatsby-source-rss-cat

Version:

this is a source plugin for gatsby to reed rss and provide them in categories

8 lines 211 B
import createNodeHelpers from 'gatsby-node-helpers'; const { createNodeFactory } = createNodeHelpers({ typePrefix: `Rss` }); const FEED_TYPE = `FeedCat`; export const FeedNode = createNodeFactory(FEED_TYPE);