We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4543e2f commit 545bb76Copy full SHA for 545bb76
.vitepress/theme/components/Site.vue
@@ -1,7 +1,7 @@
1
<template>
2
<span class="namespace">
3
- <a :href="`https://${props.url}`" target="_blank">
4
- <img :width='width' :height='width' :src="icon" />
+ <a :href="`https://${props.url}`" target="_blank" rel="noopener noreferrer">
+ <img loading="lazy" :width='width' :height='width' :src="icon" />
5
</a>
6
</span>
7
</template>
0 commit comments