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

0 comments on commit a5c73f3

Please sign in to comment.