diff --git a/lib/api/archive.ts b/lib/api/archive.ts index bbd7345..24c3ff6 100644 --- a/lib/api/archive.ts +++ b/lib/api/archive.ts @@ -7,7 +7,7 @@ export default async function archive( collectionId: number, linkId: number ) { - const browser = await chromium.launch({ headless: false }); + const browser = await chromium.launch(); const context = await browser.newContext(devices["Desktop Chrome"]); const page = await context.newPage();