chore: update uses

This commit is contained in:
Cory Dransfeldt 2023-10-25 06:01:56 -07:00
parent 904822552e
commit 54fa9d789b
2 changed files with 2 additions and 2 deletions

View file

@ -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/',