From e14e66bcf913c234d8bd77580c8c269af23dbb9c Mon Sep 17 00:00:00 2001 From: aria Date: Sun, 1 Jun 2025 21:23:53 +1000 Subject: [PATCH 1/3] perf(index): change Amemoia's button to FriendLinkLow --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index cc8c776..788452d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -73,7 +73,7 @@ const age = seconds / 31556952; target="https://ata.moe" /> - Date: Sun, 1 Jun 2025 21:25:38 +1000 Subject: [PATCH 2/3] perf(FriendLink*): add AVIF format to buttons --- src/components/FriendLink.astro | 2 +- src/components/FriendLinkHigh.astro | 2 +- src/components/FriendLinkLow.astro | 2 +- src/components/FriendLinkMid.astro | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/FriendLink.astro b/src/components/FriendLink.astro index 1b2820d..5147e56 100644 --- a/src/components/FriendLink.astro +++ b/src/components/FriendLink.astro @@ -3,7 +3,7 @@ import { Image, Picture } from "astro:assets"; const { name, image, target } = Astro.props; --- - +