catalyst/lighthouserc.json

26 строки
812 B
JSON

{
"ci": {
"collect": {
"url": ["http://localhost:4000/?prefers-color-scheme=light", "http://localhost:4000/?prefers-color-scheme=dark"],
"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",
"first-contentful-paint": ["warn", {"minScore": 0.8}],
"first-meaningful-paint": ["warn", {"minScore": 0.8}],
"largest-contentful-paint": ["warn", {"minScore": 0.8}],
"deprecations": "off"
}
},
"upload": {
"target": "temporary-public-storage"
}
}
}