Skip to content

Commit

Permalink
Placeholder repository
Browse files Browse the repository at this point in the history
  • Loading branch information
raulg committed Apr 23, 2019
1 parent cf3f94e commit b20a8ad
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 @@ -18,7 +18,7 @@ It showcases how a website for a coffee store could be designed and built, as we

Based on the gatsby default starter and uses the [gatsby-source-prismic-graphql](https://github.com/birkir/gatsby-source-prismic-graphql) plugin for creating pages that can be drafted and previewed. Refer to its documentation for more details on how to use it.

A deployment demo is available in Netlify: https://gatsby-coffee-demo-alpha.netlify.com/
A deployment demo is available in Netlify: https://gatsby-coffee-demo.netlify.com/

### Running locally
```
Expand Down
2 changes: 1 addition & 1 deletion prismic-configuration.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
apiEndpoint: 'https://prismic-gatsby-coffee.prismic.io/api/v2',
apiEndpoint: 'https://your-repo-name.prismic.io/api/v2',
// accessToken: '###########',
};

0 comments on commit b20a8ad

Please sign in to comment.