diff --git a/docs/audio.md b/docs/audio.md index 446be819f..8c67a95a1 100644 --- a/docs/audio.md +++ b/docs/audio.md @@ -557,7 +557,6 @@ * [UppBeat](https://uppbeat.io/) - Music for Creators / Freemium * [BenSound](https://www.bensound.com/) - Popular Library / Freemium * [Unminus](https://www.unminus.com/) - Professional Tracks -* [FreePD](https://freepd.com/) - Public Domain Music / CC0 License * [Free Music Archive](https://freemusicarchive.org/) - Curated Library * [free-stock-music](https://www.free-stock-music.com/) - Stock Music Library / CC0 License * [Pixabay Music](https://pixabay.com/music/) - Stock Music Library diff --git a/docs/index.md b/docs/index.md index c7ef99cea..404fe9f37 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@ hero: title: Jan 2026 Updates 🎇 link: /posts/jan-2026 image: - src: /xmasfmhy.png + src: test.png alt: FMHY Icon actions: - theme: brand @@ -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') {