Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 13, 2024
1 parent 7f61b29 commit ecfe93b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ on:
push:
branches:
- main
- puppies
2 changes: 1 addition & 1 deletion website/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ await pAll(
console.log('OG image `%s`', info.meta.title)
}
}),
{concurrency: 6}
{concurrency: 4}
)

await browser.close()
Expand Down

0 comments on commit ecfe93b

Please sign in to comment.