👷 Update Lighthouse config

pull/100/head
James Panther 2022-01-20 14:06:28 +11:00
parent a60d255f04
commit 3e2e43fc0b
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
1 changed files with 4 additions and 1 deletions

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