DEV Community

Discussion on: Minify, generate WebP and lazyload images in your Vue & Nuxt application

Collapse
 
ignore_you profile image
Alex

Hello! At first, are there any console errors or warnings? Did you implement webpack settings, so when you look into source code, you see correct path to images?

Collapse
 
leonbuchner profile image
Leon Buchner • Edited

I have the same error.
I have no images anymore...

Image Code:
<img data-src="~/assets/chat-icon.svg" alt="" class="chat-icon mr-2 lazyload">

Error in Browser Console:
GET localhost:3000/~/assets/chat-icon.svg 404 (Not Found)

Thread Thread
 
moeses profile image
Moe

getting a blank 1x1 image aswell