mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 18:30:30 -04:00
32 lines
813 B
JSON
32 lines
813 B
JSON
{
|
|
"ci": {
|
|
"collect": {
|
|
"numberOfRuns": 1
|
|
},
|
|
"assert": {
|
|
"preset": "lighthouse:no-pwa",
|
|
"assertions": {
|
|
"errors-in-console": "warn",
|
|
"frame-title": "warn",
|
|
"link-text": "warn",
|
|
"total-byte-weight": ["warn", {"minScore": 0.9}],
|
|
"unminified-javascript": "warn",
|
|
"unused-css-rules": "warn",
|
|
"uses-rel-preconnect": "warn",
|
|
"is-crawlable": "off",
|
|
"offscreen-images": "off",
|
|
"redirects-http": "off",
|
|
"uses-http2": "off",
|
|
"uses-long-cache-ttl": "off",
|
|
"uses-optimized-images": "off",
|
|
"uses-responsive-images": "off",
|
|
"uses-text-compression": "off",
|
|
"uses-webp-images": "off"
|
|
}
|
|
},
|
|
"upload": {
|
|
"target": "temporary-public-storage"
|
|
}
|
|
}
|
|
}
|