perf(index): move 0x5066's button to FriendLinkMid for further file size improvements
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m29s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m29s
This commit is contained in:
parent
bf50b23910
commit
de43493c31
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ import Greeting from "../components/Greeting";
|
||||||
import Social from "../components/Social.astro";
|
import Social from "../components/Social.astro";
|
||||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||||
import FriendLink from "../components/FriendLink.astro";
|
import FriendLink from "../components/FriendLink.astro";
|
||||||
|
import FriendLinkMid from "../components/FriendLinkMid.astro";
|
||||||
const pageTitle = "Aria";
|
const pageTitle = "Aria";
|
||||||
|
|
||||||
const currentDate = new Date();
|
const currentDate = new Date();
|
||||||
|
@ -91,7 +92,7 @@ const age = seconds / 31556952;
|
||||||
image="https://notnite.com/buttons/notnite.png"
|
image="https://notnite.com/buttons/notnite.png"
|
||||||
target="https://notnite.com/"
|
target="https://notnite.com/"
|
||||||
/>
|
/>
|
||||||
<FriendLink
|
<FriendLinkMid
|
||||||
name="0x5066"
|
name="0x5066"
|
||||||
image="https://erisdump.neocities.org/buttons/88x31_2.gif"
|
image="https://erisdump.neocities.org/buttons/88x31_2.gif"
|
||||||
target="https://erisdump.neocities.org"
|
target="https://erisdump.neocities.org"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue