From 1a271786b0885f01e4b24dd45837664395e92126 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Fri, 20 Dec 2024 15:06:44 +1100 Subject: [PATCH] refactor(NavHeader.astro): :zap: Optimise size and scale of pfp in header set's the header to be 320x320 with a quality of 65 which get's it just under 20kb in avif --- src/components/NavHeader.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/NavHeader.astro b/src/components/NavHeader.astro index fd9fb01..7436590 100644 --- a/src/components/NavHeader.astro +++ b/src/components/NavHeader.astro @@ -15,6 +15,9 @@ const optimizedBackground = await getImage({src: myBackground, format: 'avif', q