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 9210b8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
module.exports = {
ci: {
collect: {
// collect options here
staticDirFileDiscoveryDepth: 1,
},
assert: {
// assert options here
},
upload: {
target: 'temporary-public-storage',
},
// no server options possible
// wizard: {
// // wizard options here
// },
},
};

0 comments on commit 9210b8b

Please sign in to comment.