Problem with relative path of nuxt image
Problem with relative path of nuxt image
Right way:
If the picture is placed in static
<img src="/xxx.jpg" />
If the picture is placed in assets
<img src="~/assets/xxx.jpg" />
Problem with relative path of nuxt image
Right way:
If the picture is placed in static
<img src="/xxx.jpg" />
If the picture is placed in assets
<img src="~/assets/xxx.jpg" />