selfdefined/lighthouserc.js

17 lines
331 B
JavaScript
Raw Normal View History

module.exports = {
ci: {
upload: {
target: 'temporary-public-storage',
},
assert: {
preset: "lighthouse:no-pwa",
assertions: {
"font-display": "off",
"uses-rel-preconnect": "off",
"render-blocking-resources": "off",
"uses-long-cache-ttl": "off"
}
}
},
};