diff --git a/unlighthouse.config.ts b/unlighthouse.config.ts new file mode 100644 index 0000000..ab8f97b --- /dev/null +++ b/unlighthouse.config.ts @@ -0,0 +1,5 @@ +export default { + puppeteerOptions: { + args: ["--no-sandbox", "--disable-setuid-sandbox"], + }, + } \ No newline at end of file