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",