From b42dacffdd6534b6de9c17d03eb47ecf53b543ba Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Fri, 20 Dec 2024 15:17:09 +1100 Subject: [PATCH] fix(friends.astro): :bug: move my own button to using `` again over Astro's `` 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 --- .vscode/settings.json | 3 ++- src/pages/friends.astro | 14 ++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ce9d5b4..ab20881 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "FriendLink.astro", "astro.config.mjs", ".vscode", - "NavHeader.astro" + "NavHeader.astro", + "friends.astro" ] } \ No newline at end of file diff --git a/src/pages/friends.astro b/src/pages/friends.astro index caaabdb..9ab6d51 100644 --- a/src/pages/friends.astro +++ b/src/pages/friends.astro @@ -84,11 +84,12 @@ const pageTitle = "Aria's friends";

My badge:

- + + Aria +

Code:

@@ -99,7 +100,8 @@ const pageTitle = "Aria's friends"; rows="2" class="rounded backdrop-brightness-0 language-html" style="background-color: black;" - ><img src="https://aria.coffee/static/img/buttons/aria.gif" alt="Aria" style="image-rendering: pixelated;" /><img src="https://aria.coffee/static/img/buttons/aria.gif" + alt="Aria" style="image-rendering: pixelated;" />