👷 Update Lighthouse config

This commit is contained in:
James Panther
2022-01-20 14:06:28 +11:00
parent a60d255f04
commit 3e2e43fc0b
+4 -1
View File
@@ -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",