Skip to content

Commit

Permalink
Comment performance checks due to github pages root being included in…
Browse files Browse the repository at this point in the history
… crawl.
  • Loading branch information
jbouder committed Mar 5, 2024
1 parent 29924a2 commit bea1026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unlighthouse.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'unlighthouse';
export default defineConfig({
ci: {
budget: {
performance: 80,
// performance: 90,
accessibility: 90,
'best-practices': 90,
seo: 90,
Expand Down

0 comments on commit bea1026

Please sign in to comment.