SOLVED: How to get full URL including domain?
Hi guys, how to get full URL of current page including domain?
returns it without domain.
3 Replies
maybe you can use
or
Nuxt
useRequestURL · Nuxt Composables
Access the incoming request URL with the useRequestURL composable.
Oh, I really missed this one. Thank you.