Skip to content

Commit

Permalink
wi
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 16, 2023
1 parent fbda890 commit 7699532
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/post.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ const browser = await puppeteer.launch(
? {
args: chromium.args,
defaultViewport: chromium.defaultViewport,
// . 'https://github.com/Sparticuz/chromium/releases/download/v117.0.0/chromium-v117.0.0-pack.tar'
executablePath: await chromium.executablePath(),
executablePath: await chromium.executablePath(
'https://github.com/Sparticuz/chromium/releases/download/v117.0.0/chromium-v117.0.0-pack.tar'
),
headless: chromium.headless
}
: {headless: 'new'}
Expand Down

0 comments on commit 7699532

Please sign in to comment.