From 3e2e43fc0bef17d23c8480ffb2423d3cef4100b3 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:06:28 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20Lighthouse=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lighthouserc.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lighthouserc.js b/lighthouserc.js index b042c67f..31dda910 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -3,7 +3,10 @@ module.exports = { collect: { startServerCommand: "npm run example -- --disableLiveReload --minify", startServerReadyPattern: "Web Server is available", - url: ["http://localhost:8008/congo/samples/placeholder-text/"], + url: ["http://localhost:8008/congo/samples/emoji/"], + settings: { + skipAudits: ["uses-text-compression", "uses-long-cache-ttl"], + }, }, upload: { target: "temporary-public-storage",