Skip to content

Commit

Permalink
fix: disable meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 20, 2024
1 parent fd5e998 commit 2d2b757
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/npm/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ const pipeline = promisify(stream.pipeline)
const takeScreenshot = async (url, mqlOpts) => {
const { data } = await mql(url, {
adblock: false,
screenshot: { element: '#screenshot' },
element: '#screenshot',
meta: false,
screenshot: true,
...mqlOpts
})
return data.screenshot.url
Expand Down

0 comments on commit 2d2b757

Please sign in to comment.