mirror of
https://github.com/fmhy/edit.git
synced 2025-11-28 08:51:08 +11:00
please let this be the fix brah 😭
This commit is contained in:
parent
54ee73d9e5
commit
17749c884b
3 changed files with 189 additions and 9 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue