mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-18 01:39:04 +00:00
⚒️ 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>
This commit is contained in:
16
lighthouserc.js
Normal file
16
lighthouserc.js
Normal file
@@ -0,0 +1,16 @@
|
||||
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"
|
||||
}
|
||||
}
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user