Skip to content

Commit

Permalink
debug, concur
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 13, 2024
1 parent 6277ceb commit 59e7049
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added fine.txt
Empty file.
4 changes: 3 additions & 1 deletion website/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ await pAll(
// Don’t regenerate to improve performance.
if (stats) return

console.log('trying OG `%s`', info.meta.title)
const value = toHtml({
type: 'root',
children: [
Expand Down Expand Up @@ -364,7 +365,8 @@ await pAll(

console.log('OG image `%s`', info.meta.title)
}
})
}),
{concurrency: 6}
)

await browser.close()
Expand Down

0 comments on commit 59e7049

Please sign in to comment.