Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
freeman-lab committed Sep 23, 2022
2 parents c4a5062 + 88c917b commit de5b3e1
Show file tree
Hide file tree
Showing 6 changed files with 435 additions and 431 deletions.
2 changes: 1 addition & 1 deletion build-cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ async function getScreenshot(postId) {
const page = await browser.newPage()
await page.setViewport({ width: 1200, height: 630 })
await page.goto(baseUrl + '/cards/' + postId)
await page.waitForSelector('#final-authors')
await page.waitForSelector('#final-authors', { timeout: 3000 })
const file = await page.screenshot()
await page.close()

Expand Down
2 changes: 2 additions & 0 deletions components/mdx/page-components.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import dynamic from 'next/dynamic'
// NOTE: This is a dynamically generated file based on the config specified under the
// `components` key in each post's frontmatter.
const components = {
'cdr-database-archived': {},
'klimadao-bct-response': {},
'cloud-downscaling-pipelines': {
PipelineDiagram: dynamic(() =>
import(
Expand Down
Loading

1 comment on commit de5b3e1

@vercel
Copy link

@vercel vercel bot commented on de5b3e1 Sep 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-carbonplan.vercel.app
blog-git-main-carbonplan.vercel.app
blog.carbonplan.org

Please sign in to comment.