diff --git a/src/components/NavHeader.astro b/src/components/NavHeader.astro index bb7d28f..14b07c4 100644 --- a/src/components/NavHeader.astro +++ b/src/components/NavHeader.astro @@ -6,10 +6,16 @@ import Partition from "./Partition.astro"; import myBackground from "../img/sites/avatar-ht-f.png" const optimizedBackground = await getImage({src: myBackground, format: 'avif', quality: 50, width: 680}) +const optimizedBackgroundLQ = await getImage({src: myBackground, format: 'jpeg', quality: 60, width: 680}) --- - +