chore: update uses
This commit is contained in:
parent
904822552e
commit
54fa9d789b
2 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ module.exports = function (eleventyConfig) {
|
|||
eleventyConfig.addShortcode('image', async function (src, alt, css, sizes, loading) {
|
||||
if (!src) return
|
||||
let metadata = await Image(src, {
|
||||
widths: [75, 150, 300, 600],
|
||||
widths: [75, 150, 300, 600, 900, 1200],
|
||||
formats: ['webp'],
|
||||
urlPath: '/assets/img/cache/',
|
||||
outputDir: './_site/assets/img/cache/',
|
||||
|
|
Reference in a new issue