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:
parent
9c8e5523c3
commit
8f5c40bed5
3 changed files with 9 additions and 4 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -2,6 +2,7 @@
|
|||
"conventionalCommits.scopes": [
|
||||
"FriendLink.astro",
|
||||
"astro.config.mjs",
|
||||
".vscode"
|
||||
".vscode",
|
||||
"NavHeader.astro"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue