2020-12-10 21:09:34 +03:00
|
|
|
{
|
|
|
|
"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..."
|
2020-12-10 21:09:34 +03:00
|
|
|
},
|
|
|
|
"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"
|
2020-12-10 21:09:34 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"upload": {
|
|
|
|
"target": "temporary-public-storage"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|