Skip to content

Commit de5b3e1

Browse files
committed
merge
2 parents c4a5062 + 88c917b commit de5b3e1

File tree

6 files changed

+435
-431
lines changed

6 files changed

+435
-431
lines changed

build-cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async function getScreenshot(postId) {
2424
const page = await browser.newPage()
2525
await page.setViewport({ width: 1200, height: 630 })
2626
await page.goto(baseUrl + '/cards/' + postId)
27-
await page.waitForSelector('#final-authors')
27+
await page.waitForSelector('#final-authors', { timeout: 3000 })
2828
const file = await page.screenshot()
2929
await page.close()
3030

components/mdx/page-components.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import dynamic from 'next/dynamic'
33
// NOTE: This is a dynamically generated file based on the config specified under the
44
// `components` key in each post's frontmatter.
55
const components = {
6+
'cdr-database-archived': {},
7+
'klimadao-bct-response': {},
68
'cloud-downscaling-pipelines': {
79
PipelineDiagram: dynamic(() =>
810
import(

0 commit comments

Comments
 (0)