https://github.com/strapi/strapi-plugin-gatsby-preview
https://github.com/strapi/strapi-plugin-gatsby-preview
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strapi/strapi-plugin-gatsby-preview
- Owner: strapi
- License: other
- Created: 2022-02-16T07:55:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T17:32:32.000Z (over 4 years ago)
- Last Synced: 2025-03-20T17:04:07.772Z (about 1 year ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 10
- Watchers: 12
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strapi plugin gatsby-preview
The official plugin to integrate Strapi with Gatsby Cloud
## Features
The plugin inserts a preview button in the Content Manager to preview content in Gatsby Cloud.
## Installation
### Using yarn
```sh
yarn add @strapi/plugin-gatsby-preview
```
### Using npm
```sh
npm install --save @strapi/plugin-gatsby-preview
```
## Configuration
In the Settings page enable the preview on all the Content Types that are used in your Gatsby application and set the Content Sync URL that you can find in your Gatsby Cloud Site Settings => Content Sync.