#How to get proper url in Nuxt 3?

2 messages · Page 1 of 1 (latest)

soft meteor
#

I am trying to get the social sites url from my api. <a href="{{sitesetting.data.InstagramUrl}}" href not working. But if I put it without href, I am getting the url. But not getting link with **a href** tag. I am getting : http://localhost:3000/{{sitesetting.data.InstagramUrl}}
Same result with **NuxtLink to **
What I am doing wrong?

tired marsh
#

Are you binding the value correctly? I.e. :href="sitesetting.data.InstagramUrl"