Skip to content

Commit 31c1a8d

Browse files
authored
Update slackin counter (#105)
Signed-off-by: Vihang Mehta <vihang@pixielabs.ai>
1 parent 399c570 commit 31c1a8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ exports.sourceNodes = async ({
5757
actions: { createNode },
5858
createContentDigest,
5959
}) => {
60-
const slackReq = await fetch('https://slackin.withpixie.ai/data');
60+
const slackReq = await fetch('https://slackin.px.dev/data');
6161
const slack = await slackReq.json();
6262

6363
const gitReq = await fetch('https://api.github.com/repos/pixie-io/pixie');

0 commit comments

Comments
 (0)