Skip to content

Commit

Permalink
decrease performance metric
Browse files Browse the repository at this point in the history
Signed-off-by: Yash Khare <[email protected]>
  • Loading branch information
khareyash05 committed Dec 16, 2024
1 parent ef7d1b3 commit 853bfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"assert": {
"assertions": {
"categories:performance": ["error", {"minScore": 0.6}],
"categories:performance": ["error", {"minScore": 0.5}],
"categories:accessibility": ["error", {"minScore": 0.8}],
"categories:best-practices": ["error", {"minScore": 0.3}],
"categories:seo": ["error", {"minScore": 0.8}],
Expand Down
2 changes: 1 addition & 1 deletion lighthouserckeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"assert": {
"assertions": {
"categories:performance": ["error", {"minScore": 0.6}],
"categories:performance": ["error", {"minScore": 0.5}],
"categories:accessibility": ["error", {"minScore": 0.8}],
"categories:best-practices": ["error", {"minScore": 0.3}],
"categories:seo": ["error", {"minScore": 0.8}],
Expand Down

0 comments on commit 853bfb5

Please sign in to comment.