Source playlists from Mixcloud into Gatsby.
npm install @alexjorgef/gatsby-source-mixcloud
Add the plugin to your gatsby-config
file:
module.exports = {
plugins: [
{
resolve: `@alexjorgef/gatsby-source-mixcloud`,
options: {}
}
]
}
The Mixcloud username to fetch.
Field type: String
{
resolve: `@alexjorgef/gatsby-source-mixcloud`,
options: {
username: `dzzzz`,
},
}