Skip to content

Commit

Permalink
update config lighthouse:
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Sep 25, 2024
1 parent 0d689c9 commit 45f4424
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
module.exports = {
ci: {
collect: {
// collect options here
staticDirFileDiscoveryDepth: 1,
},
assert: {
// assert options here
"assertions": {
"categories:performance": ["warn", {"minScore": 0.9}],
"categories:accessibility": ["error", {"minScore": 1}]
},
},
upload: {
target: 'temporary-public-storage',
},
server: {
// server options here
},
wizard: {
// wizard options here
},
},
};

0 comments on commit 45f4424

Please sign in to comment.