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:
BuyMyMojo 2024-12-20 15:17:09 +11:00
parent 22fb93357c
commit b42dacffdd
2 changed files with 10 additions and 7 deletions

View file

@ -3,6 +3,7 @@
"FriendLink.astro",
"astro.config.mjs",
".vscode",
"NavHeader.astro"
"NavHeader.astro",
"friends.astro"
]
}