️ Improve Lighthouse scores

This commit is contained in:
James Panther
2022-01-12 12:20:04 +11:00
parent 04be1dc78e
commit ca5d0bd057
7 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
module.exports = {
ci: {
collect: {
startServerCommand: "npm run example",
startServerCommand: "npm run example -- --disableLiveReload --minify",
startServerReadyPattern: "Web Server is available",
url: ["http://localhost:8008/congo/samples/markdown/"],
url: ["http://localhost:8008/congo/samples/placeholder-text/"],
},
upload: {
target: "temporary-public-storage",