update image on home page

This commit is contained in:
Samidy 2025-12-05 18:32:49 +03:00 committed by GitHub
parent 3fa249811a
commit 49ce8a3a54
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ hero:
title: Dec 2025 Updates ❄️ title: Dec 2025 Updates ❄️
link: /posts/dec-2025 link: /posts/dec-2025
image: image:
src: /test.png src: /xmasfmhy.png
alt: FMHY Icon alt: FMHY Icon
actions: actions:
- theme: brand - theme: brand
@ -175,7 +175,7 @@ onMounted(() => {
const resetKawaii = () => { const resetKawaii = () => {
const images = document.querySelectorAll('.VPImage.image-src') const images = document.querySelectorAll('.VPImage.image-src')
images.forEach((img) => { images.forEach((img) => {
img.src = '/test.png' img.src = '/xmasfmhy.png'
}) })
} }
if (kawaii === 'true') { if (kawaii === 'true') {