Skip to content

Commit

Permalink
refactor: rename to Hygraph (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroschmitz authored Jul 28, 2022
1 parent b2bb56f commit 2d69573
Show file tree
Hide file tree
Showing 6 changed files with 87 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
],
"contributorsPerLine": 7,
"projectName": "gatsby-source-graphcms",
"projectOwner": "GraphCMS",
"projectOwner": "hygraph",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 GraphCMS
Copyright (c) 2022 GraphCMS

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions demo/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ module.exports = {
options: {
buildMarkdownNodes: true,
endpoint:
process.env.GRAPHCMS_ENDPOINT ||
'https://api-eu-central-1.graphcms.com/v2/ckclvjtet0f0901z69og3f3gm/master',
process.env.HYGRAPH_ENDPOINT ||
'https://api-eu-central-1.hygraph.com/v2/ckclvjtet0f0901z69og3f3gm/master',
locales: ['en', 'de'],
stages: ['DRAFT', 'PUBLISHED'],
},
Expand Down
Loading

0 comments on commit 2d69573

Please sign in to comment.