Nuxt Js useSeoMeta tag is not working for individual page
In my Nuxt.js project, I’ve used useSeoMeta for individual pages, but it’s not working as expected. When I share a page URL, it’s not taking the individual og:title; instead, it’s using the one from the config file. How can I solve this issue?
Thanks in advance!