Skip to content

Commit 1ccdbd0

Browse files
committed
🎉 feat: animation
1 parent 08109ed commit 1ccdbd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/.vitepress/theme/layout.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ router.onAfterRouteChange = () => {
102102
href="/assets/shigure-ui-smol.gif"
103103
fetchpriority="low"
104104
/>
105+
<link rel="preload"
106+
rel="preload"
107+
as="image"
108+
href="/assets/elysia-chan-card.webp"
109+
fetchpriority="low"
110+
111+
>
105112
<meta name="theme-color" :content="isDark ? '#0f172a' : '#ffffff'" />
106113
<AnimatePresence>
107114
<motion.div

0 commit comments

Comments
 (0)