Skip to content

Commit

Permalink
Merge pull request gatsby-uc#284 from strapi/releases/beta
Browse files Browse the repository at this point in the history
v2.0.0-beta.0
  • Loading branch information
soupette committed Feb 16, 2022
2 parents 058c23c + 3c713e2 commit 74e9f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ const strapiConfig = {
{
singularName: 'article',
queryParams: {
publicationState: process.env.GATSBY_IS_PREVIEW ? 'preview' : 'live',
publicationState: process.env.GATSBY_IS_PREVIEW === 'true' ? 'preview' : 'live',
populate: {
category: { populate: '*' },
cover: '*',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-source-strapi",
"version": "2.0.0-alpha.4",
"version": "2.0.0-beta.0",
"description": "Gatsby source plugin for building websites using Strapi as a data source",
"author": {
"email": "hi@strapi.io",
Expand Down

0 comments on commit 74e9f5c

Please sign in to comment.