tweak error conditions for lighthouse

This commit is contained in:
Keith Cirkel 2022-05-19 10:39:23 +01:00
Родитель c34b4358f1
Коммит 9dc8b5db0a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C2988935153F2C6B
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -12,10 +12,11 @@
"uses-text-compression": "off",
"render-blocking-resources": "off",
"uses-rel-preload": "off",
"first-contentful-paint": ["warn", {"minScore": 0.8}],
"first-contentful-paint": ["error", {"maxNumbericValue": 1000}],
"first-meaningful-paint": ["warn", {"minScore": 0.8}],
"largest-contentful-paint": ["warn", {"minScore": 0.8}],
"deprecations": "off"
"deprecations": "off",
"csp-xss": "off"
}
},
"upload": {