@fyrepenguin/gatsby-theme-youtube
v1.0.4
Published
gatsby-config ```js module.exports = { plugins: [ { resolve: `@fyrepenguin/gatsby-theme-youtube`, options: { apiKey: YOUR_API_KEY, // mandatory channelId:CHANNEL_ID, // mandatory basePath: '/youtube' //
Downloads
6
Readme
@fyrepenguin/gatsby-theme-youtube
gatsby-config
module.exports = {
plugins: [
{
resolve: `@fyrepenguin/gatsby-theme-youtube`,
options: {
apiKey: YOUR_API_KEY, // mandatory
channelId:CHANNEL_ID, // mandatory
basePath: '/youtube' // optional, default to '/'
}
}
]
}