исправляет проблемы с PWA из cписка Lighthouse
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-20 16:36:26 +03:00
parent cb1fcaee05
commit a557f77d9c
7 changed files with 2978 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ module.exports = (eleventyConfig) => {
}
}))
res[res.length - 1].purpose = 'maskable'
return JSON.stringify(res)
})
}