@qite/gatsby-source-tide
v2.0.7
Published
Gatsby source plugin for Tide
Readme
🚀 Quick start
To install the plugin choose the correct version:
v1 = for gatsby v3 support
npm i @qite/gatsby-source-tide@latest-v1or v2 = for gatsby v5 support
npm i @qite/gatsby-source-tide@latest-v2Then add the package to your gatsby.config file. In this example we use the cross-env package, but this can also be hardcoded.
{
resolve: `@qite/gatsby-source-tide`,
options: {
host: [process.env.GATSBY_TIDE_HOST],
apiKey: [process.env.GATSBY_TIDE_API_KEY],
isPreview: false,
ignoreSslErrors: true,
},
},Now when running gatsby-develop the Tide-cms will be read and added to graphQl in your project.
All template from Tide CMS will exist with a prefix of TideItemFor...
