Merge pull request #376 from linkwarden/dev

hotfix
This commit is contained in:
Daniel
2023-12-30 00:05:30 -05:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ type LinksAndCollectionAndOwner = Link & {
const BROWSER_TIMEOUT = Number(process.env.BROWSER_TIMEOUT) || 5;
export default async function archiveHandler(link: LinksAndCollectionAndOwner) {
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();