data-src doesn't load images from assets folder
[issue link]I am using great https://github.com/aFarkas/lazysizes package
It need such code
<img data-src="~assets/images/kitten-large.png" class="lazyload lazy" />
But with data-src attribute Nuxt doesn’t load images.
What should I do?