perf(index): move all FriendLinks over to high variant
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m24s
All checks were successful
Deploy to Web Server / deploy (push) Successful in 2m24s
This commit is contained in:
parent
eec691aac0
commit
203414e26e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import Partition from "../components/Partition.astro";
|
||||||
import Greeting from "../components/Greeting";
|
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/FriendLinkHigh.astro";
|
||||||
import FriendLinkMid from "../components/FriendLinkMid.astro";
|
import FriendLinkMid from "../components/FriendLinkMid.astro";
|
||||||
import FriendLinkLow from "../components/FriendLinkLow.astro";
|
import FriendLinkLow from "../components/FriendLinkLow.astro";
|
||||||
const pageTitle = "Aria";
|
const pageTitle = "Aria";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue