catalyst/lighthouserc.json

27 строки
857 B
JSON
Исходник Обычный вид История

{
"ci": {
"collect": {
2021-03-29 12:15:07 +03:00
"url": ["http://localhost:4000/?prefers-color-scheme=light", "http://localhost:4000/?prefers-color-scheme=dark"],
2021-05-19 23:41:56 +03:00
"startServerCommand": "cd docs && bundle exec jekyll serve",
"startServerReadyPattern": "Server running..."
},
"assert": {
"preset": "lighthouse:no-pwa",
"assertions": {
"unused-css-rules": "off",
"uses-text-compression": "off",
"render-blocking-resources": "off",
"uses-rel-preload": "off",
2022-05-19 13:03:11 +03:00
"first-contentful-paint": ["error", {"minScore": 0.6}],
"first-meaningful-paint": ["error", {"maxNumericValue": 3000}],
"largest-contentful-paint": ["error", {"maxNumericValue": 3000}],
2022-05-19 12:39:23 +03:00
"deprecations": "off",
"csp-xss": "off"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}