Skip to content

Commit

Permalink
Merge pull request #35 from metafacture/34-remove-twitter-link
Browse files Browse the repository at this point in the history
34 remove twitter link
  • Loading branch information
sroertgen committed Feb 6, 2024
2 parents c98fa52 + d91696c commit b30f605
Show file tree
Hide file tree
Showing 6 changed files with 1,734 additions and 1,445 deletions.
1 change: 0 additions & 1 deletion gatsby-config.js
Expand Up @@ -8,7 +8,6 @@ module.exports = {
siteUrl: `https://blog.metafacture.org/`,
social: {
mastodon: `metafacture`,
twitter: `metafacture`,
github: `metafacture`,
},
},
Expand Down
1 change: 0 additions & 1 deletion gatsby-node.js
Expand Up @@ -89,7 +89,6 @@ exports.createSchemaCustomization = ({ actions }) => {
}
type Social {
twitter: String
mastodon: String
}
Expand Down

0 comments on commit b30f605

Please sign in to comment.