vitepress
vitepress copied to clipboard
Optimize image by adding decoding attribute 🖼
Optimize <img />
- Adding
decoding
attribute withasync
value which decode the image asynchronously to reduce delay in presenting other content.
Sorry if I made any mistakes :(