From 115c3fb013be1dadebbd8b9a489f3fef7386fa53 Mon Sep 17 00:00:00 2001 From: Dung Nguyen <> Date: Thu, 3 Mar 2022 00:43:18 +0700 Subject: [PATCH] fix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2e72dff..517abc7 100644 --- a/index.js +++ b/index.js @@ -50,7 +50,7 @@ const CONFIG = { }; puppeteer - .launch({ headless: false, args: ["--no-sandbox"] }) + .launch({ headless: true, args: ["--no-sandbox"] }) .then(async (browser) => { const page = await browser.newPage(); await page.setViewport({ width: 1366, height: 768 });