Skip to content

Commit ff2833f

Browse files
authored
Update puppeteer.ts
1 parent 20da8a4 commit ff2833f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/_lib/puppeteer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ async function getPage() {
66
if (_page) return _page;
77
const options = {
88
args: chromium.args,
9+
defaultViewport: null,
910
executablePath: await chromium.executablePath(),
1011
headless: chromium.headless,
1112
};

0 commit comments

Comments
 (0)