Skip to content

Commit 031a386

Browse files
authored
Merge pull request #828 from w3bdesign/825-image-size
♿️ access: update lighthouse thresholds in configuration
2 parents 0921c83 + cb6337b commit 031a386

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

lighthouserc.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
},
2525
"assert": {
2626
"assertions": {
27-
"categories:performance": ["warn", { "minScore": 0.6 }],
28-
"categories:accessibility": ["warn", { "minScore": 0.9 }],
29-
"categories:best-practices": ["warn", { "minScore": 0.9 }],
30-
"categories:seo": ["warn", { "minScore": 0.9 }],
27+
"categories:performance": ["error", { "minScore": 0.8 }],
28+
"categories:accessibility": ["error", { "minScore": 0.9 }],
29+
"categories:best-practices": ["error", { "minScore": 0.9 }],
30+
"categories:seo": ["error", { "minScore": 0.9 }],
3131
"uses-responsive-images": ["error", { "maxWastedBytes": 102400 }],
3232
"uses-http2": "off"
3333
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dfweb-v4",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"private": true,
55
"engines": {
66
"node": ">=20.16.0"

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)