Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1873,6 +1873,7 @@ type ConferenceBrand implements Node {
instagramUrl: String
tiktokUrl: String
linkedinUrl: String
blueskyUrl: String
mediumUrl: String
youtubeUrl: String
codeOfConductIntro: String
Expand Down
1 change: 1 addition & 0 deletions src/fetch-brand.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const queryPages = /* GraphQL */ `
instagramUrl
tiktokUrl
linkedinUrl
blueskyUrl
mastodonUrl
mediumUrl
youtubeUrl
Expand Down
Loading