We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2829d commit 6a7dde5Copy full SHA for 6a7dde5
docs/index.md
@@ -45,3 +45,16 @@ features:
45
title: Fully Typed APIs
46
details: Flexible programmatic APIs with full TypeScript typing.
47
---
48
+
49
+<script setup>
50
+import { onMounted } from 'vue'
51
52
+onMounted(() => {
53
+ const urlParams = new URLSearchParams(window.location.search)
54
+ if (urlParams.get('uwu') != null) {
55
+ const img = document.querySelector('.VPHero .VPImage.image-src')
56
+ img.src = '/logo-uwu.png'
57
+ img.alt = 'Vite Kawaii Logo by @icarusgkx'
58
+ }
59
+})
60
+</script>
docs/public/logo-uwu.png
87 KB
0 commit comments