chore: change to true headless view page

This commit is contained in:
Mahen 2026-03-04 08:06:41 +07:00
parent 88612a3b2e
commit 5454a14fbc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export async function scrapeTokopediaProduct(
try {
browser = await puppeteer.launch({
headless: false,
headless: true,
args: ["--no-sandbox", "--disable-setuid-sandbox"],
});