Skip to content

Commit

Permalink
Add link to plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Feb 2, 2021
1 parent b1fb3e7 commit 92f99f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby-source-contentful/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,11 +353,11 @@ When querying images you can use the `fixed`, `fluid` or `resize` nodes to get d

## Using the new Gatsby image plugin

You can now use the beta gatsby-plugin-image to display high-performance, responsive images from Contentful. This is the replacement for gatsby-image, and is currently in beta, but can help deliver improved performance and a cleaner API. Support in gatsby-source-contentful is still experimental.
You can now use the beta [gatsby-plugin-image](https://gatsbyjs.com/plugins/gatsby-plugin-image/) to display high-performance, responsive images from Contentful. This plugin is the replacement for gatsby-image, and is currently in beta, but can help deliver improved performance, with a cleaner API. Support in gatsby-source-contentful is still experimental.

To use it:

1. Install the plugins:
1. Install the plugins:

```shell
npm install gatsby-plugin-image gatsby-plugin-sharp
Expand Down

0 comments on commit 92f99f2

Please sign in to comment.