mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-22 18:30:09 +00:00
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:
parent
0775650e6e
commit
47001a1228
2 changed files with 2 additions and 2 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
},
|
||||
{
|
||||
"resourceType": "font",
|
||||
"budget": 260
|
||||
"budget": 520
|
||||
},
|
||||
{
|
||||
"resourceType": "total",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue