We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399c570 commit 31c1a8dCopy full SHA for 31c1a8d
1 file changed
gatsby-node.js
@@ -57,7 +57,7 @@ exports.sourceNodes = async ({
57
actions: { createNode },
58
createContentDigest,
59
}) => {
60
- const slackReq = await fetch('https://slackin.withpixie.ai/data');
+ const slackReq = await fetch('https://slackin.px.dev/data');
61
const slack = await slackReq.json();
62
63
const gitReq = await fetch('https://api.github.com/repos/pixie-io/pixie');
0 commit comments