Skip to content

Commit

Permalink
🐛Fix: Lighthouse assert 해제
Browse files Browse the repository at this point in the history
  • Loading branch information
shlee9999 committed Nov 18, 2024
1 parent 09bda94 commit 4ee7fe8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lighthouserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ module.exports = {
outputDir: './lhci_reports',
reportFilenamePattern: '%%PATHNAME%%-%%DATETIME%%-report.%%EXTENSION%%',
},
assert: {
preset: 'lighthouse:recommended',
assertions: {
'csp-xss': ['warn', {}],
},
},
// assert: {
// preset: 'lighthouse:recommended',
// assertions: {
// 'csp-xss': ['warn', {}],
// },
// },
},
}

0 comments on commit 4ee7fe8

Please sign in to comment.