please let this be the fix brah 😭

This commit is contained in:
Samidy 2025-11-01 13:28:05 +03:00 committed by GitHub
parent 54ee73d9e5
commit 17749c884b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 189 additions and 9 deletions

View file

@ -10,7 +10,7 @@ hero:
title: Oct 2025 Updates 🎃
link: /posts/oct-2025
image:
src: /hall.png
src: /test.png
alt: FMHY Icon
actions:
- theme: brand
@ -169,13 +169,13 @@ onMounted(() => {
const setKawaii = () => {
const images = document.querySelectorAll('.VPImage.image-src')
images.forEach((img) => {
img.src = '/uwu-hall.png'
img.src = '/logo-uwu.svg'
})
}
const resetKawaii = () => {
const images = document.querySelectorAll('.VPImage.image-src')
images.forEach((img) => {
img.src = '/hall.png'
img.src = '/test.png'
})
}
if (kawaii === 'true') {