Merge pull request #6099 from super-productivity/claude/evaluate-actions-workflow-4c4ZB

fix(lighthouse): increase font budget for Material Symbols upgrade
This commit is contained in:
Johannes Millan 2026-01-22 00:22:17 +01:00 committed by GitHub
commit 14f4ed233e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
"interactive": ["warn", { "maxNumericValue": 5000 }],
"resource-summary.script.count": ["warn", { "maxNumericValue": 140 }],
"resource-summary.total.count": ["warn", { "maxNumericValue": 150 }],
"resource-summary.font.size": ["warn", { "maxNumericValue": 260000 }]
"resource-summary.font.size": ["warn", { "maxNumericValue": 520000 }]
}
},
"upload": {

View file

@ -16,7 +16,7 @@
},
{
"resourceType": "font",
"budget": 260
"budget": 520
},
{
"resourceType": "total",