Skip to content

Commit

Permalink
[FB] Nora | Disable opening new tab page due to crash
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed May 30, 2024
1 parent 8439205 commit 3950c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nora/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default defineConfig({
defaultViewport: { height: 0, width: 0 },
});
(await browser.pages())[0].setViewport({ width: 0, height: 0 });
(await browser.pages())[0].goto("about:newtab");
//(await browser.pages())[0].goto("about:newtab");
browser.on("disconnected", () => {
if (!intended_close) process.exit(1);
});
Expand Down

0 comments on commit 3950c16

Please sign in to comment.