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 902af86 commit 6e8c290Copy full SHA for 6e8c290
src/index.md
@@ -23,7 +23,12 @@ import NewsLetter from './.vitepress/theme/components/NewsLetter.vue'
23
<!-- TODO make dynamic based on data -->
24
<section id="special-sponsor">
25
<span>Special Sponsor</span>
26
- <a href="#"><img src="/images/hbuilder.png"></a>
+ <a href="#">
27
+ <picture>
28
+ <source type="image/avif" srcset="/images/sponsors/hbuilder.avif">
29
+ <img alt="hbuilder logo" width="97" height="36" src="/images/sponsors/hbuilder.png">
30
+ </picture>
31
+ </a>
32
<span>Advanced IDE for Vue</span>
33
</section>
34
src/public/images/sponsors/hbuilder.avif
3.61 KB
src/public/images/hbuilder.png renamed to src/public/images/sponsors/hbuilder.png
0 commit comments