From 90d6d102929c8b2b7f0bddc07a33c4414373003e Mon Sep 17 00:00:00 2001 From: Aria Date: Mon, 10 Mar 2025 12:23:22 +1100 Subject: [PATCH] NavHeader image changes --- src/components/NavHeader.astro | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/NavHeader.astro b/src/components/NavHeader.astro index b77b20c..0365f62 100644 --- a/src/components/NavHeader.astro +++ b/src/components/NavHeader.astro @@ -13,9 +13,9 @@ const optimizedBackground = await getImage({ }); const optimizedBackgroundLQ = await getImage({ src: myBackground, - format: "jpeg", + format: "webp", quality: 60, - width: 680, + width: 512, }); ---