mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:28:28 -04:00
30 lines
764 B
JSON
30 lines
764 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"numberOfRuns": 3
|
|
},
|
|
"assert": {
|
|
"preset": "lighthouse:no-pwa",
|
|
"assertions": {
|
|
"color-contrast": "warn",
|
|
"link-text": "warn",
|
|
"total-byte-weight": ["warn", {"minScore": 0.9}],
|
|
"unminified-javascript": "warn",
|
|
"unused-css-rules": "warn",
|
|
"unused-javascript": "warn",
|
|
"uses-optimized-images": "warn",
|
|
"uses-rel-preconnect": "warn",
|
|
"is-crawlable": "off",
|
|
"offscreen-images": "off",
|
|
"uses-long-cache-ttl": "off",
|
|
"uses-responsive-images": "off",
|
|
"uses-webp-images": "off"
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "lhci",
|
|
"serverBaseUrl": "https://powerful-falls-79142.herokuapp.com"
|
|
}
|
|
}
|
|
}
|