selfdefined/lighthouserc.js
Conlin Durbin 9e7aa0346b
⚒️ Adds accessibility action (#253)
* Add lighthouse run

* Add lighthouse run

* Update lighthouse configuration

* Remove extra lighthouse files

* Update lighthouserc.js

* Update lighthouserc.js

* Update lighthouserc.js

Co-authored-by: Tatiana Mac <github@tatianamac.com>
2021-04-26 20:01:32 -07:00

17 lines
331 B
JavaScript

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"
}
}
},
};