mirror of https://github.com/jpanther/congo.git
👷 Update Lighthouse config
parent
a60d255f04
commit
3e2e43fc0b
|
@ -3,7 +3,10 @@ module.exports = {
|
||||||
collect: {
|
collect: {
|
||||||
startServerCommand: "npm run example -- --disableLiveReload --minify",
|
startServerCommand: "npm run example -- --disableLiveReload --minify",
|
||||||
startServerReadyPattern: "Web Server is available",
|
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: {
|
upload: {
|
||||||
target: "temporary-public-storage",
|
target: "temporary-public-storage",
|
||||||
|
|
Loading…
Reference in New Issue