aria.coffee/.vscode/settings.json
BuyMyMojo b42dacffdd 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
2024-12-20 15:17:14 +11:00

9 lines
No EOL
171 B
JSON

{
"conventionalCommits.scopes": [
"FriendLink.astro",
"astro.config.mjs",
".vscode",
"NavHeader.astro",
"friends.astro"
]
}