perf(NavHeader): reduce background quality a smidge
This commit is contained in:
parent
203414e26e
commit
a95fde9df7
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@ import myBackground from "../img/sites/avatar-ht-f.png";
|
|||
const optimizedBackground = await getImage({
|
||||
src: myBackground,
|
||||
format: "avif",
|
||||
quality: 50,
|
||||
width: 680,
|
||||
quality: 45,
|
||||
width: 512,
|
||||
});
|
||||
const optimizedBackgroundLQ = await getImage({
|
||||
src: myBackground,
|
||||
format: "webp",
|
||||
quality: 50,
|
||||
quality: 45,
|
||||
width: 512,
|
||||
});
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue