⚒️ Resolves lighthouse issue (#398)

* Updates dependencies

* Fixes tap target to resolve lighthouse

* Merge conflicts
This commit is contained in:
Tatiana Mac
2021-04-27 09:17:24 -07:00
committed by GitHub
parent 9e7aa0346b
commit cfa36a5a52
4 changed files with 5572 additions and 6367 deletions

View File

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