How to dynamically render images in Nuxt3

How do I dynamically render images in Nuxt 3? I want to do something like this:

<img src=`/assets/icons/${imageName}.svg`>
Was this page helpful?