@nearform/gatsby-source-contentful

1.1.0 • Public • Published

gatsby-source-contentful

IMPORTANT NOTICE

This is a fork of the original repository containing a bug fix specific to this issue.

Do not use this package unless you're encountering that specific issue.

Install

npm install --save @nearform/gatsby-source-contentful

How to use

Follow the instruction of the official plugin. The only difference is in the package name, which needs to reflect in the gastby configuration file.

// In your gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `@nearform/gatsby-source-contentful`,
      options: {
        spaceId: `your_space_id`,
        // Learn about environment variables: https://gatsby.app/env-vars
        accessToken: process.env.CONTENTFUL_ACCESS_TOKEN,
      },
    },
  ],
}

/@nearform/gatsby-source-contentful/

    Package Sidebar

    Install

    npm i @nearform/gatsby-source-contentful

    Weekly Downloads

    3

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    148 kB

    Total Files

    22

    Last publish

    Collaborators

    • lucalanziani
    • donal.moynihan
    • simoneb
    • eamonn.frisby