Skip to content

Commit b30f605

Browse files
authored
Merge pull request #35 from metafacture/34-remove-twitter-link
34 remove twitter link
2 parents c98fa52 + d91696c commit b30f605

File tree

6 files changed

+1734
-1445
lines changed

6 files changed

+1734
-1445
lines changed

gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
siteUrl: `https://blog.metafacture.org/`,
99
social: {
1010
mastodon: `metafacture`,
11-
twitter: `metafacture`,
1211
github: `metafacture`,
1312
},
1413
},

gatsby-node.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ exports.createSchemaCustomization = ({ actions }) => {
8989
}
9090
9191
type Social {
92-
twitter: String
9392
mastodon: String
9493
}
9594

0 commit comments

Comments
 (0)