diff --git a/src/components/NavHeader.astro b/src/components/NavHeader.astro index 7436590..bb7d28f 100644 --- a/src/components/NavHeader.astro +++ b/src/components/NavHeader.astro @@ -5,7 +5,7 @@ import Partition from "./Partition.astro"; import myBackground from "../img/sites/avatar-ht-f.png" -const optimizedBackground = await getImage({src: myBackground, format: 'avif', quality: 40, width: 680}) +const optimizedBackground = await getImage({src: myBackground, format: 'avif', quality: 50, width: 680}) ---