Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
aloxe committed Sep 24, 2024
1 parent 0d689c9 commit 7e26ace
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions lighthouserc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
module.exports = {
ci: {
collect: {
// collect options here
// staticDirFileDiscoveryDepth: 1,
},
assert: {
// assert options here
// preset: 'lighthouse:recommended',
// assertions: {
// 'uses-rel-preload': 'off',
// 'uses-rel-preconnect': 'off',
},
upload: {
// upload options here
target: 'temporary-public-storage',
// githubToken: ACCESS_TOKEN,
},
server: {
// server options here
},
wizard: {
// wizard options here
},
},
};

0 comments on commit 7e26ace

Please sign in to comment.