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 });