fix(friends.astro): 🐛 move my own button to using <img />
again over Astro's <Image />
I forgot that I enabled processing of images from my own website so it caused it to get processed and optimised which is not what I want. moved to using the basic code for my image as that is all that is needed
This commit is contained in:
parent
22fb93357c
commit
b42dacffdd
2 changed files with 10 additions and 7 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
@ -3,6 +3,7 @@
|
|||
"FriendLink.astro",
|
||||
"astro.config.mjs",
|
||||
".vscode",
|
||||
"NavHeader.astro"
|
||||
"NavHeader.astro",
|
||||
"friends.astro"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue