Update index.md

This commit is contained in:
nbats
2026-01-01 14:15:32 -08:00
committed by GitHub
parent 2cf2ebb03f
commit 8e72e0a355

View File

@@ -175,7 +175,7 @@ onMounted(() => {
const resetKawaii = () => {
const images = document.querySelectorAll('.VPImage.image-src')
images.forEach((img) => {
img.src = '/xmasfmhy.png'
img.src = '/test.png'
})
}
if (kawaii === 'true') {