1
1
mirror of https://github.com/mdx-js/mdx.git synced 2024-10-04 03:17:09 +03:00
This commit is contained in:
Titus Wormer 2024-09-13 15:07:41 +02:00
parent 7f61b290fa
commit ecfe93b6a2
No known key found for this signature in database
GPG Key ID: E6E581152ED04E2E
2 changed files with 1 additions and 2 deletions

View File

@ -25,4 +25,3 @@ on:
push:
branches:
- main
- puppies

View File

@ -364,7 +364,7 @@ await pAll(
console.log('OG image `%s`', info.meta.title)
}
}),
{concurrency: 6}
{concurrency: 4}
)
await browser.close()