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 20da8a4 commit ff2833fCopy full SHA for ff2833f
api/_lib/puppeteer.ts
@@ -6,6 +6,7 @@ async function getPage() {
6
if (_page) return _page;
7
const options = {
8
args: chromium.args,
9
+ defaultViewport: null,
10
executablePath: await chromium.executablePath(),
11
headless: chromium.headless,
12
};
0 commit comments