Skip to content

Commit 021a5d1

Browse files
authoredOct 6, 2023
post event landing (graphql#1584)
1 parent 42cf16e commit 021a5d1

File tree

157 files changed

+1222
-12633
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+1222
-12633
lines changed
 

‎gatsby-node.ts

+7
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ export const createPages: GatsbyNode["createPages"] = async ({
182182
context: { schedule },
183183
})
184184

185+
createPage({
186+
path: "/conf",
187+
component: path.resolve("./src/templates/conf.tsx"),
188+
context: {
189+
schedule: withSpeakerInfo(schedule.filter(session => session.speakers)),
190+
},
191+
})
185192
// Create schedule page
186193
createPage({
187194
path: "/conf/sessions",

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"graphql": "16.6.0"
1818
},
1919
"dependencies": {
20+
"react-medium-image-zoom": "5.1.8",
2021
"@graphql-tools/schema": "10.0.0",
2122
"@headlessui/react": "^1.7.17",
2223
"@heroicons/react": "^2.0.18",

0 commit comments

Comments
 (0)