core(config): add silent seo audits to default config (#3582)
This commit is contained in:
Родитель
e0bdcc24af
Коммит
67ebde272e
|
@ -35,6 +35,7 @@ module.exports = {
|
|||
'dobetterweb/response-compression',
|
||||
'dobetterweb/tags-blocking-first-paint',
|
||||
'dobetterweb/websql',
|
||||
'seo/meta-description',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -144,6 +145,8 @@ module.exports = {
|
|||
'dobetterweb/script-blocking-first-paint',
|
||||
'dobetterweb/uses-http2',
|
||||
'dobetterweb/uses-passive-event-listeners',
|
||||
'seo/meta-description',
|
||||
'seo/http-status-code',
|
||||
],
|
||||
|
||||
groups: {
|
||||
|
|
Загрузка…
Ссылка в новой задаче