We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d28fa3 commit 20da8a4Copy full SHA for 20da8a4
api/_lib/puppeteer.ts
@@ -6,7 +6,6 @@ async function getPage() {
6
if (_page) return _page;
7
const options = {
8
args: chromium.args,
9
- defaultViewport: chromium.defaultViewport,
10
executablePath: await chromium.executablePath(),
11
headless: chromium.headless,
12
};
0 commit comments