Skip to content

Commit

Permalink
chore(demo): Add static project endpoint (#111)
Browse files Browse the repository at this point in the history
Easier to run demo when cloning repo
  • Loading branch information
Jonathan Steele authored Aug 28, 2020
1 parent a7d4b5b commit fe36113
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demo/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ module.exports = {
options: {
buildMarkdownNodes: true,
downloadLocalImages: true,
endpoint: process.env.GRAPHCMS_ENDPOINT,
token: process.env.GRAPHCMS_TOKEN,
endpoint:
process.env.GRAPHCMS_ENDPOINT ||
'https://api-eu-central-1.graphcms.com/v2/ckclvjtet0f0901z69og3f3gm/master',
},
},
'gatsby-transformer-sharp',
Expand Down

0 comments on commit fe36113

Please sign in to comment.