Update index.md

This commit is contained in:
nbats 2026-01-01 14:15:32 -08:00 committed by GitHub
parent 2cf2ebb03f
commit 8e72e0a355
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = '/xmasfmhy.png' img.src = '/test.png'
}) })
} }
if (kawaii === 'true') { if (kawaii === 'true') {