Skip to content

Commit

Permalink
ci(unlighthouse): adjust budget
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Feb 15, 2024
1 parent 565b174 commit 755f239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unlighthouse.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ export default {
ci: {
reporter: 'jsonExpanded',
budget: {
performance: 70,
accessibility: 98,
'best-practices': 83,
seo: 92,
performance: 90,
accessibility: 98, // minus point from code blocks some times have color contrast issue
'best-practices': 92, // minus point from hydration errors are some times logged
seo: 92, // minus point from non-PROD not being indexable
},
},
};

0 comments on commit 755f239

Please sign in to comment.