1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 18:30:30 -04:00
jarv.is/.lighthouserc.json
Jake Jarvis 236ee5b0af
small fix to spacing on responsive list pages
and make CI & Netlify use a newest version of Go (required for modules)
2020-04-03 17:09:46 -04:00

31 lines
772 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}],
"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"
}
}
}