From 3fa15866cff31898a9cfe4d01300e34e37b363b8 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sun, 20 Apr 2025 11:19:35 +0200 Subject: [PATCH] build: :wrench: tweak open graph image options --- eleventy.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eleventy.config.js b/eleventy.config.js index ca33789..63b8b02 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -72,6 +72,8 @@ export default async function (eleventyConfig) { `; }, satoriOptions: { + width: 1200, + height: 630, fonts: [ { name: 'Tilt Warp', @@ -80,6 +82,10 @@ export default async function (eleventyConfig) { style: 'normal' } ] + }, + outputFileExtension: 'webp', + sharpOptions: { + quality: 100 } }); eleventyConfig.addPlugin(eleventyImageTransformPlugin, {