refactor(NavHeader.astro): Optimise the header background image size and resolution

Moved to using Astro's `getImage()` function to serve the image as an avif image wich was been scaled down so it's isn't larger resolution than it need to be
This commit is contained in:
BuyMyMojo 2024-12-20 15:05:50 +11:00
parent 9c8e5523c3
commit 8f5c40bed5
3 changed files with 9 additions and 4 deletions

View file

@ -2,6 +2,7 @@
"conventionalCommits.scopes": [
"FriendLink.astro",
"astro.config.mjs",
".vscode"
".vscode",
"NavHeader.astro"
]
}