mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-18 01:39:04 +00:00
⚒️ Resolves lighthouse issue (#398)
* Updates dependencies * Fixes tap target to resolve lighthouse * Merge conflicts
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user