Skip to content

Commit

Permalink
Merge branch 'master' of github.com:raulg/prismic-gatsby-coffee-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlewis committed Apr 24, 2019
2 parents 8efcbab + 84a6ed2 commit b836146
Show file tree
Hide file tree
Showing 4 changed files with 1,400 additions and 667 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { apiEndpoint } = require('./prismic-configuration');
var repo = /([^\/]+)\.prismic\.io\/api\/v2/.exec(apiEndpoint);
var repo = /([^\/]+)\.prismic\.io\/graphql/.exec(apiEndpoint);

module.exports = {
siteMetadata: {
Expand Down
Loading

0 comments on commit b836146

Please sign in to comment.