mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-08-16 21:28:09 +00:00
fix(index): fix avif animated iamges not being usable
This commit is contained in:
parent
ff45976e1f
commit
1c5be72e77
3 changed files with 37 additions and 3 deletions
|
@ -7,6 +7,8 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
|||
import FriendLink from "../components/FriendLinkHigh.astro";
|
||||
import FriendLinkMid from "../components/FriendLinkMid.astro";
|
||||
import FriendLinkLow from "../components/FriendLinkLow.astro";
|
||||
import FriendLinkLowAnimated from "../components/FriendLinkLowAnimated.astro";
|
||||
import FriendLinkMidAnimated from "../components/FriendLinkMidAnimated.astro";
|
||||
const pageTitle = "Aria";
|
||||
|
||||
const currentDate = new Date();
|
||||
|
@ -93,7 +95,7 @@ const age = seconds / 31556952;
|
|||
image="https://notnite.com/buttons/notnite.png"
|
||||
target="https://notnite.com/"
|
||||
/>
|
||||
<FriendLinkLow
|
||||
<FriendLinkLowAnimated
|
||||
name="0x5066"
|
||||
image="https://erisdump.neocities.org/buttons/88x31_2.gif"
|
||||
target="https://erisdump.neocities.org"
|
||||
|
@ -124,12 +126,12 @@ const age = seconds / 31556952;
|
|||
target="https://meow-d.github.io/"
|
||||
/>
|
||||
<div class="outline-dashed flex outline-3 mx-1">
|
||||
<FriendLink
|
||||
<FriendLinkMidAnimated
|
||||
name="~thermia"
|
||||
image="https://girlthi.ng/~thermia/img/88x31/thermia.gif"
|
||||
target="https://girlthi.ng/~thermia/"
|
||||
/>
|
||||
<FriendLink
|
||||
<FriendLinkMidAnimated
|
||||
name="girlthi.ng"
|
||||
image="https://girlthi.ng/~thermia/img/88x31/girlthing.gif"
|
||||
target="https://girlthi.ng/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue