Skip to content

Commit

Permalink
fix: πŸ› use better workaround for lighthouse total byte width
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed May 12, 2024
1 parent 9f1283f commit 4d1d6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ ci:
assertions:
csp-xss: "off"
bf-cache: "warn"
total-byte-weight: "off" # TODO: enable this when this bug is fixed: https://github.com/GoogleChrome/lighthouse-ci/issues/1001
total-byte-weight: ["error", {"maxNumericValue": 1677721600}] # TODO: remove this when this bug is fixed: https://github.com/GoogleChrome/lighthouse-ci/issues/994

0 comments on commit 4d1d6c7

Please sign in to comment.