We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee7074 commit df03477Copy full SHA for df03477
gatsby/generic-pages/content-blocks.ts
@@ -75,7 +75,7 @@ export const deriveBlockNode: DeriveBlockFn = (
75
case 'block-text':
76
return deriveTextBlockNode(block, parentId, createNodeArgs)
77
78
- case 'block-youtube':
+ case 'block-youtube-embed':
79
return deriveYoutubeBlockNode(block, parentId, createNodeArgs)
80
81
case 'block-timeline':
0 commit comments