I want to have a logo as a link, how should I go about it?
As the title says, I am trying to embed a link within a logo.
What would be the best way to do it? should I use
NuxtLink
and then some kind of Nuxt Image component?3 Replies
Is this a good approach?
Yes. That’s precisely what those components are designed to do.
So is it advisable to use the
NuxtImg
component each time there is a requirement for images?