Closed Bechrissed closed 4 years ago
Here is how I figured it out and works fine
{
resolve: `gatsby-source-rss-feed`,
options: {
url: `https://whatever`,
name: `Podcast1`,
parserOption: {
customFields: {
item: ['itunes:image']
}
}
},
},
{
resolve: `gatsby-source-rss-feed`,
options: {
url: `https://whatever`,
name: `Podcast2`,
parserOption: {
customFields: {
item: ['itunes:image']
}
}
},
},
Hi,
Thank you for the plugin. Working very well. I'm quite new with GraphQL. How would I configure the plugin to be able to query multiple feeds? Let's say I would have a local JSON file as following: