0.0.3 • Published 6 years ago
gatsby-wordpress-experimental-inline-images v0.0.3
Gatsby WordPress Experimental inline images
gatsby-source-wordpress-experimental doesn't process images in blocks of text which means your admin site has to serve the images. This plugin solves that.
Require gatsby-source-wordpress-experimental and gatsby-image to be preinstalled
This is same plugin as gatsby-source-inline-images but working with newer source plugin gatsby-source-wordpress-experimental
installation
yarn add gatsby-wordpress-experimental-inline-imagesAdd this plugin as a plugin of gatsby-source-wordpress-experimental.
Be sure to specify your baseurl and protocol a second time in the gatsby-wordpress-experimental-inline-images options, not just in the gatsby-source-wordpress-experimental options.
{
resolve: `gatsby-source-wordpress-experimental`,
options: {
plugins: [
{
resolve: `gatsby-wordpress-experimental-inline-images`,
}
]
}
}Orignal source
https://github.com/TylerBarnes/gatsby-wordpress-inline-images/