fix(lighthouse): increase font budget for Material Symbols upgrade

The font budget was set to 260KB before the Material Icons to Material
Symbols upgrade. Material Symbols font is ~456KB, causing Lighthouse CI
to fail. Increase budget to 520KB to accommodate the larger font with
headroom for future updates.
This commit is contained in:
Claude 2026-01-21 23:18:58 +00:00
parent 0775650e6e
commit 47001a1228
No known key found for this signature in database
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",